Pedro Algarvio
8990e3710d
Reuse existing .pylintrc
and only change what's necessary.
2015-01-30 22:27:07 +00:00
Pedro Algarvio
f51672ac30
Update PyLint RC files to support 1.4.0 options
2015-01-30 22:27:00 +00:00
Pedro Algarvio
c3e662db7c
Make use of the smartup
PyLint plugin.
2015-01-30 22:25:20 +00:00
Pedro Algarvio
31da005e02
Update pylintrc to load the python 3 modernize plugin
2015-01-30 22:25:01 +00:00
rallytime
4648530a50
Fix pylint on develop
2015-01-30 12:56:52 -07:00
rallytime
9898fcf613
Merge branch '2015.2' into 'develop'
...
Conflicts:
.gitignore
.pylintrc
.testing.pylintrc
salt/client/mixins.py
salt/cloud/clouds/msazure.py
salt/config.py
salt/modules/mount.py
salt/runners/doc.py
salt/utils/event.py
salt/utils/reactor.py
2015-01-29 17:24:04 -07:00
Thomas Jackson
4df4a297cb
Remove __progress__ from lint checks, and add in jid_event
2015-01-28 18:43:43 -08:00
rallytime
dc23823897
Merge branch '2014.7' into '2015.2'
...
Conflicts:
salt/modules/localemod.py
2015-01-27 13:24:14 -07:00
Colton Myers
ce9d2cb6cb
Merge remote-tracking branch 'upstream/2014.7' into merge-forward-2015.2
...
Conflicts:
.pylintrc
.testing.pylintrc
salt/states/file.py
salt/utils/__init__.py
2015-01-26 15:53:05 -07:00
Thomas S Hatch
efa3bd615a
Merge pull request #20048 from s0undt3ch/features/use-saltpylint
...
Make use of the SaltPyLint package separated from SaltTesting
2015-01-26 15:37:09 -07:00
Thomas S Hatch
074c408a51
Add __instance_id__ to pylint checks as this has been added to
...
the active state runs for state run tracking
2015-01-26 15:22:18 -07:00
Pedro Algarvio
472bf88d47
Make use of the SaltPyLint package separated from SaltTesting
2015-01-26 02:10:30 +00:00
Thomas Jackson
1e1107272a
Remove __progress__ from lint checks, and add in jid_event
2015-01-10 16:31:59 -08:00
Pedro Algarvio
10a7ead2df
Add file perms pylint plugin specific settings
2015-01-06 21:23:19 -07:00
Pedro Algarvio
8976d00bbe
Enable file permissions lint checker.
...
This will allow us to confirm that no modules are added to salt with the
wrong file permissions. Default file permissions is 0644.
2015-01-06 21:23:19 -07:00
Mike Place
6b085d1052
Ignore pylint warning W1202
2014-12-19 13:47:03 -07:00
Thomas S Hatch
6dd8f40c7b
Merge pull request #19073 from s0undt3ch/features/file-perms-lint-2014.7
...
Enable file permissions lint checker
2014-12-18 09:41:03 -07:00
Pedro Algarvio
2e9026395f
Add file perms pylint plugin specific settings
2014-12-18 05:35:19 +00:00
Pedro Algarvio
6e39a1e678
Enable file permissions lint checker.
...
This will allow us to confirm that no modules are added to salt with the
wrong file permissions. Default file permissions is 0644.
2014-12-18 05:35:19 +00:00
Pedro Algarvio
fdc39d0413
Remove deprecated options
2014-12-08 22:24:19 +00:00
Pedro Algarvio
e09750e97d
Ignore the locally enabled/disabled pylint checks
2014-12-01 03:24:41 +00:00
Pedro Algarvio
1dbcae31b9
Ignore the locally enabled/disabled pylint checks
2014-11-28 15:50:40 +00:00
Thomas S Hatch
47a1408d09
fix linter per #17725
2014-11-14 09:50:14 -07:00
Pedro Algarvio
852f47ea19
Remove deprecated and ignored PyLint options
2014-11-13 01:49:43 +00:00
Thomas S Hatch
16584043ff
add progress to builtins to handle new runner stuff
2014-11-11 09:57:37 -07:00
Thomas S Hatch
43a8423ea9
Lint fix, add __master_opts__ to the bultins list
2014-09-24 11:30:49 -06:00
Pedro Algarvio
4146a0af1a
Start ignoring PEP8 E129 and E131
...
* PEP8 E129: visually indented line with same indent as next logical line
* PEP8 E131: unaligned for hanging indent
2014-06-06 11:43:34 +01:00
Pedro Algarvio
238690176f
Stop complaining about PEP8 E265
2014-06-06 01:13:48 +01:00
Pedro Algarvio
9fb4a2e7c3
PyLint ignore C0330 (bad-continuation)
2014-05-29 11:39:00 +01:00
Pedro Algarvio
57701e0a75
Update .pylintrc
and .testing.pylintrc
to new max line length
2014-03-21 21:04:02 +00:00
Pedro Algarvio
bdcf244155
__states__
is also a Salt global variable
2014-02-24 20:11:59 +00:00
Pedro Algarvio
197966ca58
Tell PyLint not to complain about ignored files
2014-02-15 16:30:42 +00:00
Pedro Algarvio
5fd8776bb5
Start failing lint on unused imports
2014-02-07 10:24:59 +00:00
Pedro Algarvio
6488c85fd6
Add __lowstate__
and __running__
to both PyLint rc's
2013-11-26 19:11:38 +00:00
Pedro Algarvio
5e2b208cd0
Renamed __state__
to __low__
.
2013-11-26 09:25:00 +00:00
Pedro Algarvio
a752421b87
Expose a copy of the state dictionary to state functions.
...
Fixes #8343 since `__sls__` is now available in `__state__` and not on `kwargs`.
Closes #8709 since it's not the right approach.
Fixes #8710 and closes #8711 since I've cherry-picked the fix for #8710 in from #8711 .
2013-11-24 11:08:33 +00:00
Pedro Algarvio
90d3a0b279
ABOLISH un-indexed curly braces on strings to format on Jenkins too!!!!
2013-11-11 02:27:15 +00:00
Thomas S Hatch
9c232f672d
Add __active_provider_name__ to testing pylintrc
2013-11-08 20:23:46 -07:00
Pedro Algarvio
bcd908ca2b
Check PEP8 using Pylint
2013-10-06 12:21:49 +01:00
Pedro Algarvio
a77e41b80f
Use a single .pylintrc
file. Execute code lint checks on Travis but don't fail because of them.
2013-09-21 17:18:03 +01:00