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