index
:
delta/python-packages/pylint-git.git
1.9
2.2
2.3.0
2.4
2.5
2.6
2.7
2.7.3-cherry-picked-from-master
2.8
3.0.0.alpha
DanielNoord-patch-1
add-docstring-formatter-in-pre-commit
add-functional-tests-for-configuration
add-primer-tests
add-typing-to-checker-registration
add-warning-for-3.6.0or3.6.1
burst-pylint-checker-classes
checker-check-deprecation
dependabot/github_actions/actions/cache-v2.1.5
dependabot/github_actions/actions/setup-python-2.3.0
dependabot/github_actions/actions/setup-python-v2.2.2
dependabot/pip/black-21.12b0
dependabot/pip/coverage-approx-eq-6.0
dependabot/pip/coverage-approx-eq-6.1
dependabot/pip/coveralls-3.0.1
dependabot/pip/flake8-3.9.0
dependabot/pip/isort-5.10.1
dependabot/pip/isort-5.8.0
dependabot/pip/pre-commit-approx-eq-2.11
dependabot/pip/pre-commit-approx-eq-2.15
dependabot/pip/pre-commit-approx-eq-2.16
dependabot/pip/pyupgrade-2.12.0
dependabot/pip/pyupgrade-2.13.0
dependabot/pip/sphinx-3.5.2
dependabot/pip/sphinx-3.5.3
dependabot/pip/sphinx-4.3.0
dependabot/pip/sphinx-7.0.0
dependabot/pip/sphinx-7.0.1
dependabot/pip/tbump-approx-eq-6.6.0
dependabot/pip/tbump-approx-eq-6.7.0
emacs-dangling-temporary-file
enforce-the-confidence-in-add-message
first-patch-2471
fix-crash-in-attribute-check
fix-crash-parallel-mode-missing-file-path
fix-elif-checker-crash
fix-range-without-args-crash
fix-typing-in-unittest-expand-module
github-actions
invalid-toml-config
issue-1191
issue-2072
issue-3339
issue-8419
issue/2913-unicode-defs
main
maintenance/2.17.x
master
migrate-extension-tests-to-functional
move-env-help-to-the-logical-place
per_dir_config
pre-commit-ci-update-config
property-with-parameter-abstract
python-2.7
refactor-module-stats-creation
refactor-variable-checker-visit_name
regression-test-for-3181
regression-tests-for-73
release-branch-2.12
revert-5561-dependabot/pip/tbump-approx-eq-6.6.1
simplify-toml-test-using-env-var
tests-for-astroid-1207
typo-and-small-fixes-before-5558
upgrade-astroid-2.9.1
github.com: PyCQA/pylint.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pylintrc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable else-if-used extension (#3316)
Nick Drozd
2019-12-24
1
-0
/
+1
*
Fix - add `__post_init__` into `defining-attr-methods` to avoid `attribute-de...
Andrzej Klajnert
2019-07-05
1
-1
/
+1
*
Fix a bunch of linting errors from the codebase
Claudiu Popa
2019-05-22
1
-2
/
+1
*
Reformat the code with black
Claudiu Popa
2018-09-17
1
-0
/
+2
*
Grammar fixes to docs (#2492)
Drew
2018-09-15
1
-1
/
+1
*
Remove the maximum length from the style regular expressions (#2290)
SergeyKosarchuk
2018-07-17
1
-4
/
+4
*
We don't need any reports
Claudiu Popa
2018-05-17
1
-1
/
+1
*
Enable no-member
Nick Drozd
2018-01-04
1
-1
/
+0
*
Set max-statements to 100
Nick Drozd
2018-01-04
1
-2
/
+1
*
Set max-args to 10
Nick Drozd
2018-01-04
1
-2
/
+1
*
Enable redefined-builtin
Nick Drozd
2018-01-04
1
-1
/
+0
*
Enable import-error
Nick Drozd
2018-01-04
1
-1
/
+0
*
Set max-attributes to 11
Nick Drozd
2018-01-04
1
-2
/
+1
*
Set max-locals to 25
Nick Drozd
2018-01-04
1
-2
/
+1
*
Set max-branches to 26
Nick Drozd
2018-01-04
1
-2
/
+1
*
Enable broad-except check
Nick Drozd
2018-01-04
1
-1
/
+0
*
Set max-module-lines to 2000
Nick Drozd
2018-01-04
1
-2
/
+1
*
Set max-public-methods to 25
Nick Drozd
2018-01-04
1
-2
/
+1
*
Set max-returns to 11
Nick Drozd
2018-01-04
1
-2
/
+1
*
Organize disabled pylint messages
Nick Drozd
2018-01-04
1
-7
/
+20
*
Get rid of old pylintrc disable redefined-variable-type
Nick Drozd
2018-01-04
1
-2
/
+0
*
Remove anomalous-backslash-in-string from pylintrc ignore list (#1404)
Łukasz Rogalski
2017-04-02
1
-2
/
+1
*
Added threading.local to ignored classes default list (#946)
Jürgen Hermann
2016-06-24
1
-1
/
+1
*
Made list of property-like decorators configurable. (#942)
Yannack
2016-06-20
1
-0
/
+3
*
Removed the bad-builtin check
Claudiu Popa
2016-05-10
1
-1
/
+1
*
Make list of contextmanager decorators configurable.
Filipe Brandenburger
2016-02-02
1
-0
/
+4
*
Basic travis support.
Claudiu Popa
2015-12-16
1
-1
/
+3
*
error E0201 is obsolete - now E1101
Anentropic
2015-11-18
1
-1
/
+1
*
Remove deprecated option.
Claudiu Popa
2015-10-09
1
-3
/
+0
*
--comment flag was obsoleted and it will be removed in Pylint 1.6.
Claudiu Popa
2015-08-20
1
-4
/
+0
*
Remove deprecated options from the configuration file.
Claudiu Popa
2015-08-20
1
-17
/
+0
*
ignored-classes option can work with qualified names, as well as with Unix pa...
Claudiu Popa
2015-07-07
1
-1
/
+1
*
Ignore bad-builtin.
Claudiu Popa
2015-05-17
1
-1
/
+1
*
Fix some pylint warnings over pylint's codebase.
Claudiu Popa
2015-05-16
1
-2
/
+2
*
Get rid of abstract-method warnings emitted over pylint's codebase.
Claudiu Popa
2015-05-07
1
-1
/
+1
*
Disable in pylintrc only the actual problems from the codebase.
Claudiu Popa
2015-05-07
1
-1
/
+10
*
Fix unidiomatic-typecheck.
Claudiu Popa
2015-05-07
1
-1
/
+1
*
Remove unused variables.
Claudiu Popa
2015-05-07
1
-1
/
+1
*
Remove unused imports.
Claudiu Popa
2015-05-07
1
-1
/
+1
*
issue-422 solved some pylint warnings when running pylint on pylint code base
Simu Toni
2015-03-28
1
-1
/
+1
*
Use only one job for linting pylint.
Claudiu Popa
2015-03-14
1
-1
/
+1
*
Remove abstract-class-not-used, for the same reasons as star-args and abstrac...
Claudiu Popa
2015-03-11
1
-1
/
+1
*
Remove abstract-class-little-used warning, since it doesn't add any real value.
Claudiu Popa
2015-03-11
1
-1
/
+1
*
remove more checks from disabled list, fix code to pass these: C0303,C0304,C0...
Mihai Balint
2015-02-28
1
-1
/
+1
*
start removing checks from disabled list, fix code to make sure these pass: C...
Mihai Balint
2015-02-28
1
-2
/
+2
*
add all pylint codes to the disable list, runnint pylint pylint will now rate...
Mihai Balint
2015-02-28
1
-2
/
+1
*
add pylintrc generated by with pylint
Mihai Balint
2015-02-28
1
-0
/
+380