summaryrefslogtreecommitdiffstats
path: root/make-lint
Commit message (Expand)AuthorAgeFilesLines
* make-lint: Allow running pylint --py3k to detect Python3 issuesPetr Viktorin2016-01-201-13/+26
* Enable pylint unbalanced-tuple-unpacking checkMartin Basti2016-01-141-1/+0
* Enable pylint unpacking-non-sequence checkMartin Basti2016-01-141-1/+0
* Enable pylint unnecessary-pass checkMartin Basti2015-12-231-1/+0
* Enable pylint empty-docstring checkMartin Basti2015-12-231-1/+0
* Enable pylint expression-not-assigned checkMartin Basti2015-12-231-1/+0
* Enable pylint unused-format-string-key checkMartin Basti2015-12-231-1/+0
* Enable pylint missing-final-newline checkMartin Basti2015-12-231-1/+0
* Enable pylint trailing-whitespace checkMartin Basti2015-12-231-1/+0
* Enable pylint duplicated-key checkMartin Basti2015-12-231-1/+0
* Enable pylint lost exception checkMartin Basti2015-12-231-1/+0
* Enable multiple warnings checks in PylintMartin Basti2015-12-231-3/+67
* Remove wildcard importsMartin Basti2015-12-231-0/+1
* Remove unused importsMartin Basti2015-12-231-2/+5
* Use the print functionPetr Viktorin2015-09-011-9/+11
* Port from python-krbV to python-gssapiMichael Simacek2015-08-261-3/+1
* Added vault-archive and vault-retrieve commands.Endi S. Dewata2015-06-081-0/+1
* Lint: Fix error on pylint-1.3.1 introduced by fix for pylint-1.4.1.David Kupka2015-04-271-0/+1
* Make lint work on Fedora 22.David Kupka2015-04-271-1/+2
* Lint: Skip checking of functions stolen by python-nose.David Kupka2015-04-241-2/+11
* ipatests: port of p11helper test from githubMilan Kubik2015-04-021-1/+1
* Run pylint on testsPetr Viktorin2015-01-141-26/+21
* DNSNameParam parameterMartin Basti2014-06-031-0/+1
* Remove the unused ipalib.frontend.Property classPetr Viktorin2014-02-211-2/+2
* Use /usr/bin/python2Xiao-Long Chen2014-01-031-1/+1
* Make make-lint compatible with Pylint 1.0Petr Viktorin2013-09-061-4/+17
* Provide ipa-advise toolTomas Babej2013-07-171-1/+1
* Make an ipa-tests packagePetr Viktorin2013-06-171-1/+1
* Use explicit loggers in ldap2 codePetr Viktorin2013-03-011-2/+0
* Remove csv_separator and csv_skipspace Param argumentsPetr Viktorin2013-02-221-1/+1
* Better logging for AdminTool and ipa-ldap-updaterPetr Viktorin2013-02-011-1/+0
* Pylint cleanup.Jan Cholasta2013-01-291-32/+42
* Compliant client side session cookie behaviorJohn Dennis2012-12-101-1/+3
* Use DN objects instead of stringsJohn Dennis2012-08-121-0/+4
* Framework for admin/install tools, with ipa-ldap-updaterPetr Viktorin2012-07-221-0/+1
* Rework the CallbackInterfacePetr Viktorin2012-06-141-2/+0
* Change parameters to use only default_from for dynamic default values.Jan Cholasta2012-03-281-3/+3
* Log a message when returning non-success HTTP resultJohn Dennis2012-02-281-0/+1
* Implement session activity timeoutJohn Dennis2012-02-271-0/+1
* Tweak the session auth to reflect developer consensus.John Dennis2012-02-271-0/+2
* add session manager and cache krb authJohn Dennis2012-02-091-0/+4
* Replace float with DecimalMartin Kosek2012-01-201-1/+1
* ticket 2172 - If "make rpms" fails so will the next makeJohn Dennis2011-12-081-1/+1
* Fix make-lint crash under certain circumstances.Jan Cholasta2011-11-301-1/+1
* Parse comma-separated lists of values in all parameter types. This can be ena...Jan Cholasta2011-11-301-21/+21
* Several improvements of the lint script.Jan Cholasta2011-05-051-15/+62
* Add lint script for static code analysis.Jan Cholasta2011-04-131-0/+192