mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 00:55:37 +00:00
0094830f2b
If you run |mach eslint| it will install a bunch of eslint related node_modules. Some of these modules have '.lint' files in them which erroneously get picked up by the flake8 linter. This patch makes sure that bare '.lint' files do not get included, they must have some kind of file name first. MozReview-Commit-ID: IvBfErnV6jm --HG-- extra : rebase_source : f8d7aea88a68d830b06c4591ac6862b02554d21c
4 lines
54 B
INI
4 lines
54 B
INI
[flake8]
|
|
max-line-length = 99
|
|
filename = *.py, +.lint
|