Searched refs:should_check_file (Results 1 – 1 of 1) sorted by relevance
66 def should_check_file(self, filepath): member in FileIssueTracker285 def should_check_file(self, filepath): member in UnixLineEndingIssueTracker286 if not super().should_check_file(filepath):299 def should_check_file(self, filepath): member in WindowsLineEndingIssueTracker300 if not super().should_check_file(filepath):508 if issue_to_check.should_check_file(filepath):