mirror of
https://github.com/PeridexisErrant/DF-Walkthrough.git
synced 2025-09-22 05:40:49 +02:00
Format chapter 6
This commit is contained in:
parent
4a421fdf24
commit
13e16e0ae1
2 changed files with 83 additions and 76 deletions
|
@ -19,7 +19,7 @@ def error(fname, lineno, issue):
|
|||
|
||||
def lint(path):
|
||||
"""Run linters on all files, print problem files."""
|
||||
print('Checking for tabs or trailing whitespace...')
|
||||
print('Checking for long lines, tabs, and trailing whitespace...')
|
||||
failed = False
|
||||
for root, _, files in os.walk(path):
|
||||
for f in files:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue