2017-08-06 20:47:03 +03:00
|
|
|
---
|
2017-06-02 16:46:01 +03:00
|
|
|
flake8:
|
|
|
|
description: Python linter
|
|
|
|
include:
|
2018-01-17 03:07:20 +03:00
|
|
|
- build/*.py
|
2017-12-13 08:42:23 +03:00
|
|
|
- build/moz.configure/*.configure
|
2017-10-23 17:39:24 +03:00
|
|
|
- config/check_macroassembler_style.py
|
2018-03-29 16:18:00 +03:00
|
|
|
- config/mozunit
|
2017-12-13 08:42:23 +03:00
|
|
|
- configure.py
|
2017-06-02 16:46:01 +03:00
|
|
|
- layout/tools/reftest
|
2017-09-18 05:41:17 +03:00
|
|
|
- python/mach
|
2017-08-29 21:41:38 +03:00
|
|
|
- python/mach_commands.py
|
2017-10-14 06:33:00 +03:00
|
|
|
- python/mozboot
|
2017-12-28 01:57:32 +03:00
|
|
|
- python/mozbuild/mozpack/path.py
|
2017-06-02 16:46:01 +03:00
|
|
|
- python/mozlint
|
2017-12-04 17:38:24 +03:00
|
|
|
- python/mozterm
|
2017-09-20 17:02:26 +03:00
|
|
|
- python/mozversioncontrol
|
2017-06-02 16:46:01 +03:00
|
|
|
- security/manager
|
|
|
|
- taskcluster
|
|
|
|
- testing/firefox-ui
|
2017-08-17 22:50:39 +03:00
|
|
|
- testing/mach_commands.py
|
2017-06-02 16:46:01 +03:00
|
|
|
- testing/marionette/client
|
|
|
|
- testing/marionette/harness
|
|
|
|
- testing/marionette/puppeteer
|
2017-10-23 17:39:24 +03:00
|
|
|
- testing/mochitest
|
2017-10-25 03:21:41 +03:00
|
|
|
- testing/mozbase
|
2018-01-13 02:54:17 +03:00
|
|
|
- testing/mozharness/configs
|
2017-10-25 03:21:41 +03:00
|
|
|
- testing/mozharness/mozfile
|
2017-11-28 08:50:31 +03:00
|
|
|
- testing/mozharness/mozharness/mozilla/mar.py
|
2017-10-25 03:21:41 +03:00
|
|
|
- testing/mozharness/mozinfo
|
|
|
|
- testing/mozharness/scripts
|
2017-10-07 20:45:12 +03:00
|
|
|
- testing/remotecppunittests.py
|
|
|
|
- testing/runcppunittests.py
|
2017-06-02 16:46:01 +03:00
|
|
|
- testing/talos/
|
2017-09-14 16:51:27 +03:00
|
|
|
- testing/xpcshell
|
2017-12-13 08:42:23 +03:00
|
|
|
- toolkit/components/telemetry
|
|
|
|
- toolkit/crashreporter/tools/upload_symbols.py
|
2018-02-16 13:48:12 +03:00
|
|
|
- tools/
|
2017-08-30 00:32:31 +03:00
|
|
|
# Excludes should be added to topsrcdir/.flake8 due to a bug in flake8 where
|
|
|
|
# specifying --exclude causes custom configuration files to be ignored.
|
|
|
|
exclude: []
|
2017-10-23 17:39:24 +03:00
|
|
|
# The configure option is used by the build system
|
|
|
|
extensions: ['configure', 'py']
|
2017-06-02 16:46:01 +03:00
|
|
|
type: external
|
2017-08-31 17:06:08 +03:00
|
|
|
payload: python.flake8:lint
|
2018-01-25 21:40:02 +03:00
|
|
|
setup: python.flake8:setup
|