freeipa/ipaserver/plugins
Martin Basti 45e3aee352 Pylint: enable check for unused-variables
Unused variables may:
* make code less readable
* create dead code
* potentialy hide issues/errors

Enabled check should prevent to leave unused variable in code

Check is locally disabled for modules that fix is not clear or easy or have too many occurences of
unused variables

Reviewed-By: Florence Blanc-Renaud <frenaud@redhat.com>
Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
2016-09-27 13:35:58 +02:00
..
__init__.py Change FreeIPA license to GPLv3+ 2010-12-20 17:19:53 -05:00
aci.py Pylint: enable check for unused-variables 2016-09-27 13:35:58 +02:00
automember.py allow 'value' output param in commands without primary key 2016-07-20 13:57:01 +02:00
automount.py ipalib: move server-side plugins to ipaserver 2016-06-03 09:00:34 +02:00
baseldap.py Pylint: enable check for unused-variables 2016-09-27 13:35:58 +02:00
baseuser.py Use constant for user and group patterns 2016-09-20 17:35:28 +02:00
batch.py server: exclude Local commands from RPC 2016-06-30 16:32:20 +02:00
ca.py Add ca-disable and ca-enable commands 2016-09-07 12:37:48 +02:00
caacl.py caacl: fix regression in rule instantiation 2016-08-05 11:51:43 +02:00
cert.py Pylint: enable check for unused-variables 2016-09-27 13:35:58 +02:00
certprofile.py server: define missing virtual attributes 2016-06-30 16:32:20 +02:00
config.py Remove unused variables in the code 2016-09-27 13:35:58 +02:00
delegation.py pylint: fix unneeded-not 2016-09-22 16:52:57 +02:00
dns.py Pylint: enable check for unused-variables 2016-09-27 13:35:58 +02:00
dnsserver.py help: Add dnsserver commands to help topic 'dns' 2016-07-22 13:52:09 +02:00
dogtag.py Pylint: enable check for unused-variables 2016-09-27 13:35:58 +02:00
domainlevel.py Remove unused variables in the code 2016-09-27 13:35:58 +02:00
group.py Remove unused variables in the code 2016-09-27 13:35:58 +02:00
hbac.py ipalib: move server-side plugins to ipaserver 2016-06-03 09:00:34 +02:00
hbacrule.py ipalib: move server-side plugins to ipaserver 2016-06-03 09:00:34 +02:00
hbacsvc.py ipalib: move server-side plugins to ipaserver 2016-06-03 09:00:34 +02:00
hbacsvcgroup.py ipalib: move server-side plugins to ipaserver 2016-06-03 09:00:34 +02:00
hbactest.py Remove unused variables in the code 2016-09-27 13:35:58 +02:00
host.py Remove unused variables in the code 2016-09-27 13:35:58 +02:00
hostgroup.py ipalib: move server-side plugins to ipaserver 2016-06-03 09:00:34 +02:00
idrange.py Pylint: enable check for unused-variables 2016-09-27 13:35:58 +02:00
idviews.py Pylint: enable check for unused-variables 2016-09-27 13:35:58 +02:00
internal.py WebUI: Change group name from 'normal' to 'Non-POSIX' 2016-09-21 13:20:21 +02:00
join.py ipalib: move server-side plugins to ipaserver 2016-06-03 09:00:34 +02:00
krbtpolicy.py ipalib: move server-side plugins to ipaserver 2016-06-03 09:00:34 +02:00
ldap2.py ipalib, ipaserver: migrate all plugins to Registry-based registration 2016-05-25 16:06:26 +02:00
location.py DNS Location: add list of roles and DNS servers to location-show 2016-06-17 18:05:03 +02:00
migration.py Pylint: enable check for unused-variables 2016-09-27 13:35:58 +02:00
misc.py misc: generate plugins result directly in the command 2016-06-28 13:30:49 +02:00
netgroup.py netgroup: avoid extraneous LDAP search when retrieving primary key from DN 2016-09-09 16:27:53 +02:00
otp.py ipalib: move server-side plugins to ipaserver 2016-06-03 09:00:34 +02:00
otpconfig.py ipalib: move server-side plugins to ipaserver 2016-06-03 09:00:34 +02:00
otptoken.py otptoken, permission: Convert custom type parameters on server 2016-08-29 10:45:12 +02:00
passwd.py ipa passwd: use correct normalizer for user principals 2016-09-14 13:08:53 +02:00
permission.py Pylint: enable check for unused-variables 2016-09-27 13:35:58 +02:00
ping.py ipalib: move server-side plugins to ipaserver 2016-06-03 09:00:34 +02:00
pkinit.py ipalib: move server-side plugins to ipaserver 2016-06-03 09:00:34 +02:00
privilege.py Remove unused variables in the code 2016-09-27 13:35:58 +02:00
pwpolicy.py Allow unexpiring passwords 2016-07-01 11:22:02 +02:00
rabase.py Add CA argument to ra.request_certificate 2016-06-15 07:13:38 +02:00
radiusproxy.py prevent search for RADIUS proxy servers by secret 2016-07-21 10:49:10 +02:00
realmdomains.py ipalib: move server-side plugins to ipaserver 2016-06-03 09:00:34 +02:00
role.py ipalib: move server-side plugins to ipaserver 2016-06-03 09:00:34 +02:00
schema.py schema: Fix subtopic -> topic mapping 2016-07-15 14:02:17 +02:00
selfservice.py pylint: fix unneeded-not 2016-09-22 16:52:57 +02:00
selinuxusermap.py Remove unused variables in the code 2016-09-27 13:35:58 +02:00
server.py Remove unused variables in the code 2016-09-27 13:35:58 +02:00
serverrole.py Fix minor typos 2016-06-16 08:47:20 +02:00
serverroles.py Do not update result of *-config-show with empty server attributes 2016-06-21 13:07:24 +02:00
service.py Remove unused variables in the code 2016-09-27 13:35:58 +02:00
servicedelegation.py Fix regexp patterns in parameters to not enforce length 2016-09-20 17:35:28 +02:00
session.py session: do not initialize session manager on import 2016-06-30 14:09:24 +02:00
stageuser.py Pylint: enable check for unused-variables 2016-09-27 13:35:58 +02:00
sudo.py ipalib: move server-side plugins to ipaserver 2016-06-03 09:00:34 +02:00
sudocmd.py Remove unused variables in the code 2016-09-27 13:35:58 +02:00
sudocmdgroup.py ipalib: move server-side plugins to ipaserver 2016-06-03 09:00:34 +02:00
sudorule.py sudorule: add SELinux transition examples to plugin doc 2016-09-23 14:59:43 +02:00
topology.py Fix regexp patterns in parameters to not enforce length 2016-09-20 17:35:28 +02:00
trust.py Pylint: enable check for unused-variables 2016-09-27 13:35:58 +02:00
user.py Pylint: enable check for unused-variables 2016-09-27 13:35:58 +02:00
vault.py Fix: container owner should be able to add vault 2016-08-18 13:02:38 +02:00
virtual.py ipalib: move server-side plugins to ipaserver 2016-06-03 09:00:34 +02:00
xmlserver.py Added new authentication method 2016-08-17 16:55:49 +02:00