rallytime
|
1a1ce05186
|
Merge branch '2015.5' into '2015.8'
Conflicts:
- .testing.pylintrc
- salt/cloud/clouds/joyent.py
|
2016-03-15 12:34:57 -06:00 |
|
justinta89
|
9ccce7a9a5
|
Added more disables
|
2016-03-11 11:29:21 -07:00 |
|
justinta89
|
9c1aab3b4e
|
Updated .testing.pylintrc to match newer versions of pylint
|
2016-03-11 10:59:43 -07:00 |
|
C. R. Oldham
|
bdffb9f57b
|
Add config option so old-style proxymodules will keep loading
|
2015-10-12 08:34:36 -06:00 |
|
Colton Myers
|
cca8ddc886
|
Merge remote-tracking branch 'upstream/2015.2' into merge-forward-develop
Conflicts:
.pylintrc
.testing.pylintrc
salt/auth/pam.py
salt/modules/win_status.py
salt/utils/network.py
salt/utils/schedule.py
tests/unit/renderers/gpg_test.py
tests/unit/states/boto_secgroup.py
|
2015-04-29 12:01:52 -06:00 |
|
Pedro Algarvio
|
ee9d6ed6af
|
Start checking code to enforce a minimum python version support
|
2015-04-26 10:40:35 +01:00 |
|
Pedro Algarvio
|
bea3c36b19
|
Revert "We're not running the py3 checker"
This reverts commit 7f396cf978 .
|
2015-04-26 09:47:21 +01:00 |
|
Pedro Algarvio
|
7f396cf978
|
We're not running the py3 checker
|
2015-04-25 21:14:49 +01:00 |
|
Pedro Algarvio
|
5f7ab3dc36
|
Another PEP-8 preciosity disabled
|
2015-04-21 20:35:14 -06:00 |
|
Pedro Algarvio
|
430c5cfdf7
|
Another PEP-8 preciosity disabled
|
2015-04-22 00:46:20 +01:00 |
|
Colton Myers
|
bd6ecdfd43
|
Merge remote-tracking branch 'upstream/2015.2' into merge-forward-develop
Conflicts:
doc/topics/installation/windows.rst
doc/topics/tutorials/gitfs.rst
salt/pillar/pepa.py
salt/states/artifactory.py
salt/states/pip_state.py
salt/transport/__init__.py
|
2015-04-21 10:42:22 -06:00 |
|
Pedro Algarvio
|
62ae9e061a
|
Forgot to add the code
|
2015-04-21 15:08:42 +01:00 |
|
Pedro Algarvio
|
3ae68c4f7b
|
Minor cosmetic changes in order not to disable the PEP8 PyLint code all together
|
2015-04-21 15:03:47 +01:00 |
|
Pedro Algarvio
|
4002d90e19
|
Disable W1307 (invalid-format-index)
Using invalid lookup key '%s' in format specifier "0['%s']"
|
2015-04-21 14:51:54 +01:00 |
|
Colton Myers
|
000de95974
|
Merge remote-tracking branch 'upstream/2015.2' into merge-forward-develop
Conflicts:
.pylintrc
doc/ref/runners/all/salt.runners.nacl.rst
doc/topics/cloud/config.rst
salt/cli/salt.py
salt/client/mixins.py
salt/client/ssh/__init__.py
salt/loader.py
salt/minion.py
salt/modules/cassandra_cql.py
salt/modules/gpg.py
salt/modules/grains.py
salt/modules/iptables.py
salt/modules/yumpkg.py
salt/netapi/rest_cherrypy/app.py
salt/renderers/pyobjects.py
salt/returners/mysql.py
salt/runners/jobs.py
salt/state.py
salt/states/file.py
salt/states/service.py
salt/utils/minions.py
tests/integration/__init__.py
tests/integration/netapi/rest_tornado/test_app.py
tests/integration/states/cmd.py
|
2015-04-16 12:15:44 -06:00 |
|
Matthew Williams
|
00f170bfb4
|
make pylint happy
|
2015-04-13 19:33:52 +00:00 |
|
Colton Myers
|
0b7ac988cc
|
Merge remote-tracking branch 'upstream/2015.2' into merge-forward-develop
Conflicts:
.pylintrc
salt/beacons/service.py
salt/beacons/sh.py
salt/modules/cassandra_cql.py
salt/returners/cassandra_cql_return.py
|
2015-04-01 14:22:33 -06:00 |
|
Colton Myers
|
1e3160f21c
|
Merge remote-tracking branch 'upstream/2014.7' into merge-forward-2015.2
|
2015-04-01 14:17:35 -06:00 |
|
Pedro Algarvio
|
ca615cd92d
|
Ignore W1202 (logging-format-interpolation)
"Use % formatting in logging functions but pass the % parameters as arguments"
|
2015-03-31 19:21:30 +01:00 |
|
Pedro Algarvio
|
a1586ef4f6
|
Ignore E8731 - do not assign a lambda expression, use a def
|
2015-03-31 19:13:58 +01:00 |
|
Colton Myers
|
ed51f2bb7c
|
Merge remote-tracking branch 'upstream/2014.7' into merge-forward-2015.2
|
2015-03-31 11:25:27 -06:00 |
|
Pedro Algarvio
|
38f95ec4bb
|
Disable PEP8 E402(E8402). Module level import not at top of file.
|
2015-03-31 09:41:04 +01:00 |
|
Pedro Algarvio
|
62f868a076
|
Merge branch '2015.2' into develop
|
2015-02-27 10:02:47 +00:00 |
|
Pedro Algarvio
|
bd195af136
|
Add __salt_system_encoding__ to the known globals
|
2015-02-24 13:08:14 +00:00 |
|
Pedro Algarvio
|
b6101f7cb8
|
Disable the modernize pylint plugin dict fixes
|
2015-02-10 00:46:51 +00:00 |
|
Pedro Algarvio
|
f0f3fb2de6
|
Add __instance_id__ as a known global variable
|
2015-01-30 22:27:20 +00:00 |
|
Pedro Algarvio
|
a912d0b268
|
Fix the __jid_event__ removed during the rebase
|
2015-01-30 22:27:08 +00:00 |
|
Pedro Algarvio
|
2344ead46f
|
The string module is not deprecated, only some functions of it.
|
2015-01-30 22:27:08 +00:00 |
|
Pedro Algarvio
|
2751807e4e
|
No reports
|
2015-01-30 22:27:07 +00:00 |
|
Pedro Algarvio
|
8af3e9b16a
|
Revert "Reuse existing .pylintrc and only change what's necessary."
This reverts commit 92394d39be5b9e481dcad133b7c51f442d80dce7.
|
2015-01-30 22:27:07 +00:00 |
|
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 |
|