2017-08-06 20:47:03 +03:00
|
|
|
---
|
2017-06-02 16:46:01 +03:00
|
|
|
flake8:
|
|
|
|
description: Python linter
|
|
|
|
include:
|
2018-05-26 16:46:11 +03:00
|
|
|
- accessible/
|
2018-05-22 16:26:22 +03:00
|
|
|
- browser/
|
|
|
|
- build/
|
|
|
|
- config/
|
2017-12-13 08:42:23 +03:00
|
|
|
- configure.py
|
2018-07-17 17:51:15 +03:00
|
|
|
- gfx/gl/
|
|
|
|
- gfx/layers/
|
|
|
|
- intl/
|
|
|
|
- ipc/pull-chromium.py
|
|
|
|
- ipc/ipdl/
|
2018-05-26 16:46:11 +03:00
|
|
|
- js/
|
|
|
|
- memory/
|
|
|
|
- mobile/
|
|
|
|
- mozglue/
|
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
|
2018-12-03 09:44:08 +03:00
|
|
|
- python/mozrelease
|
2017-12-04 17:38:24 +03:00
|
|
|
- python/mozterm
|
2017-09-20 17:02:26 +03:00
|
|
|
- python/mozversioncontrol
|
2018-06-29 19:56:51 +03:00
|
|
|
- python/safety
|
2018-05-26 16:46:11 +03:00
|
|
|
- security/
|
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
|
2018-10-02 21:32:03 +03:00
|
|
|
- testing/mozharness/mozharness
|
2018-09-25 21:26:10 +03:00
|
|
|
- testing/mozharness/mozharness/mozilla/tooltool.py
|
2017-10-25 03:21:41 +03:00
|
|
|
- testing/mozharness/mozinfo
|
|
|
|
- testing/mozharness/scripts
|
2018-10-30 20:02:10 +03:00
|
|
|
- testing/mozharness/test
|
2018-04-17 00:15:38 +03:00
|
|
|
- testing/raptor
|
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/
|
2018-05-26 16:46:11 +03:00
|
|
|
- xpcom/
|
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']
|
2018-02-17 01:46:46 +03:00
|
|
|
support-files:
|
|
|
|
- '**/.flake8'
|
|
|
|
- 'tools/lint/python/flake8*'
|
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
|