mirror of
https://github.com/ansible/awx.git
synced 2024-11-02 01:21:21 +03:00
Include PYLINT_RCFILE
This commit is contained in:
parent
9ee0eb9850
commit
11b39febfb
@ -42,6 +42,7 @@ if 'django_jenkins' in INSTALLED_APPS:
|
|||||||
'django_jenkins.tasks.run_csslint',
|
'django_jenkins.tasks.run_csslint',
|
||||||
)
|
)
|
||||||
PEP8_RCFILE = "setup.cfg"
|
PEP8_RCFILE = "setup.cfg"
|
||||||
|
PYLINT_RCFILE = ".pylintrc"
|
||||||
CSSLINT_CHECKED_FILES = glob.glob(os.path.join(BASE_DIR, 'ui/static/less/*.less'))
|
CSSLINT_CHECKED_FILES = glob.glob(os.path.join(BASE_DIR, 'ui/static/less/*.less'))
|
||||||
JSHINT_CHECKED_FILES = [os.path.join(BASE_DIR, 'ui/static/js'),
|
JSHINT_CHECKED_FILES = [os.path.join(BASE_DIR, 'ui/static/js'),
|
||||||
os.path.join(BASE_DIR, 'ui/static/lib/ansible'),]
|
os.path.join(BASE_DIR, 'ui/static/lib/ansible'),]
|
||||||
|
Loading…
Reference in New Issue
Block a user