gecko-dev/tools/lint
Andrew Halberstadt c1bcd49b93 Bug 1473308 - [flake8] Pass custom extension list into the flake8 binary r=marco
We're supposed to be linting both .py and .configure files with flake8. However
we never inform flake8 of this fact.

So e.g running:
./mach lint -l flake8 mobile/android

Will not lint mobile/android/gradle.configure. However since flake8 will run on
a file regardless of its extension if you pass that file in directly, it means
that running:
./mach lint -l flake8 mobile/android/gradle.configure

*Will* cause the file to be linted (and subsequently fail). This fix makes sure
that flake8 knows to look at .configure files in addition to .py. Since this
means many .configure files around the tree will start getting linted for the
first time, we need to exclude them until they can be fixed.

Differential Revision: https://phabricator.services.mozilla.com/D1975

--HG--
extra : moz-landing-system : lando
2018-07-06 12:39:39 +00:00
..
cpp Bug 1444167 Add a MinGW Header Capitalization lint job r=ahal 2018-03-08 13:41:00 -06:00
docs Bug 1442302 - Remove placesOverlay.xul. r=Gijs,mak,standard8 2018-03-12 10:43:35 -07:00
eslint Bug 1445764 - Remove some Places special casing in eslint configurations;r=standard8 2018-07-03 14:26:54 -07:00
python Bug 1473308 - [flake8] Pass custom extension list into the flake8 binary r=marco 2018-07-06 12:39:39 +00:00
shell Bug 1432627 Add shellcheck linter to CI r=ahal 2018-01-29 15:27:04 +00:00
spell Bug 1462405 - Update codespell to 1.13 r=ahal 2018-05-17 18:59:10 +02:00
test Bug 1473308 - [flake8] Pass custom extension list into the flake8 binary r=marco 2018-07-06 12:39:39 +00:00
tox
wpt Bug 1428585 - Fixup flake8 error, r=me ON A CLOSED TREE 2018-01-09 15:47:06 +00:00
yamllint_
codespell.yml Bug 1468394 mach python-safety command for checking requirements files r=mtabara,tomprince 2018-06-29 16:56:51 +00:00
cpp-virtual-final.yml Bug 1440421 part 1. Ignore activity-stream and node_modules for linting. r=ahal 2018-06-06 10:32:43 -07:00
eslint.yml Bug 1445764 - Remove some Places special casing in eslint configurations;r=standard8 2018-07-03 14:26:54 -07:00
flake8.yml Bug 1468394 mach python-safety command for checking requirements files r=mtabara,tomprince 2018-06-29 16:56:51 +00:00
hooks.py Bug 1373368 - [lint] Ignore SIGINT in lint hooks, r=standard8 2018-03-29 16:39:29 -04:00
mach_commands.py Bug 1436802 - [lint] Add some tests for the flake8 linter integration r=andi 2018-03-22 17:24:15 -04:00
mingw-capitalization.yml Bug 1373368 - [mozlint] Raise if a non-existant path is specified in a lint config, r=standard8 2018-03-29 14:50:17 -04:00
py2.yml Bug 1454466 - Move raptor in-tree; r=ahal 2018-04-16 17:15:38 -04:00
py3.yml Bug 1468394 mach python-safety command for checking requirements files r=mtabara,tomprince 2018-06-29 16:56:51 +00:00
shellcheck.yml Bug 1373368 - [lint] Add support-files to all of the lint configs, r=standard8 2018-02-16 17:46:46 -05:00
test-disable.yml Bug 1437593 - Exclude third_party directory from linting; r=ted 2018-04-24 20:23:35 +01:00
wpt_manifest.yml Bug 1373368 - [lint] Add support-files to all of the lint configs, r=standard8 2018-02-16 17:46:46 -05:00
wpt.yml Bug 1373368 - [lint] Add support-files to all of the lint configs, r=standard8 2018-02-16 17:46:46 -05:00
yaml.yml Bug 1373368 - [lint] Add support-files to all of the lint configs, r=standard8 2018-02-16 17:46:46 -05:00