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