Searched refs:filepath (Results 1 – 1 of 1) sorted by relevance
56 def normalize_path(filepath): argument58 filepath = os.path.normpath(filepath)64 return '/'.join(filepath.split(seps))66 def should_check_file(self, filepath): argument73 if filepath.endswith(files_exemption):76 re.match(self.path_exemptions, self.normalize_path(filepath)):80 def check_file_for_issue(self, filepath): argument87 def record_issue(self, filepath, line_number): argument89 if filepath not in self.files_with_issues.keys():90 self.files_with_issues[filepath] = [][all …]