Lines Matching refs:heading
34 this class and implement `check_file_for_issue` and define ``heading``.
44 ``heading``: human-readable description of the issue
49 # heading must be defined in derived classes.
96 logger.info(self.heading)
161 heading = "Invalid shebang line:"
208 heading = "Missing newline at end of file:"
229 heading = "UTF-8 BOM present:"
243 heading = "Invalid UTF-8 or forbidden character:"
283 heading = "Non-Unix line endings:"
297 heading = "Non-Windows line endings:"
311 heading = "Trailing whitespace:"
321 heading = "Tabs present:"
340 heading = "Merge artifact:"
368 heading = "License issue:"