pull/400/merge
Thomas Stewart 2 years ago committed by GitHub
commit 1a3fe21398
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -229,6 +229,8 @@ def run(argv=None):
for file in find_files_recursively(args.files, conf):
filepath = file[2:] if file.startswith('./') else file
if(conf.is_file_ignored(filepath) or None):
continue
try:
with open(file, newline='') as f:
problems = linter.run(f, conf, filepath)

Loading…
Cancel
Save