Searched refs:should_check_file (Results 1 – 1 of 1) sorted by relevance
74 def should_check_file(self, filepath): member in FileIssueTracker267 def should_check_file(self, filepath): member in UnixLineEndingIssueTracker268 if not super().should_check_file(filepath):281 def should_check_file(self, filepath): member in WindowsLineEndingIssueTracker282 if not super().should_check_file(filepath):385 if issue_to_check.should_check_file(filepath):