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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prepare 2.5.0 release for pylint
Claudiu Popa
2020-04-27
3
-4
/
+5
*
Fix formatting error in test file
Claudiu Popa
2020-04-27
1
-3
/
+9
*
Replace logging-format-formatting with the valid logging-format-interpolation
Claudiu Popa
2020-04-27
1
-1
/
+1
*
Brought back logging-fstring-interpolation
Ashley Whetter
2020-04-27
12
-112
/
+113
*
``unidiomatic-typecheck`` is no longer emitted for ``in`` and ``not in`` oper...
Claudiu Popa
2020-04-27
4
-18
/
+13
*
Add back License not handled by a script
Pierre Sassoulas
2020-04-27
4
-0
/
+12
*
benchmark| Potential solution for performance regressions (#3473)
Frank Harrison
2020-04-26
3
-2
/
+352
*
More localized disable for broad-except in Pylinter
Pierre Sassoulas
2020-04-26
1
-4
/
+2
*
[lint package refactor] Create a file for the Run class
Pierre Sassoulas
2020-04-26
2
-407
/
+409
*
[lint package refactor] Create a file for pylinter
Pierre Sassoulas
2020-04-26
4
-1174
/
+1185
*
[lint package refactor] Create a file for check_parallel
Pierre Sassoulas
2020-04-26
2
-104
/
+115
*
[lint package refactor] Create a file for the utility functions
Pierre Sassoulas
2020-04-26
2
-72
/
+79
*
[lint package refactor] Create a file for the report functions
Pierre Sassoulas
2020-04-26
2
-72
/
+78
*
Refactor - Move the content of lint.py in its own package
Pierre Sassoulas
2020-04-26
7
-18
/
+18
*
[test json] Refactor the json reporter unittest
Pierre Sassoulas
2020-04-26
1
-23
/
+30
*
Fix a typo in a JsonReporter docstring
Pierre Sassoulas
2020-04-26
3
-4
/
+1
*
Fix a typo in TextReporter
Pierre Sassoulas
2020-04-26
1
-2
/
+2
*
profile| Remove the --profile-svg switch
Frank Harrison
2020-04-23
1
-1
/
+1
*
profile| Adds profile-heatmap generation output to tox test-runs
Frank Harrison
2020-04-23
1
-1
/
+2
*
Fix false negative for undefined-variable when using class attribute in compr...
Andrew Simmons
2020-04-22
4
-10
/
+45
*
Fix false positive for ``undefined-variable`` when using class attribute as r...
Andrew Simmons
2020-04-22
3
-1
/
+23
*
Fix false positive for ``undefined-variable`` when using class attribute in d...
Andrew Simmons
2020-04-22
4
-12
/
+53
*
Remove import and rename file to use pytest's conftest.py
Pierre Sassoulas
2020-04-20
4
-18
/
+5
*
Fix the broken tests: raises do not exist in Python
Pierre Sassoulas
2020-04-20
1
-2
/
+2
*
[tests lint] Fix function redefinition in check_docs
Pierre Sassoulas
2020-04-20
2
-3
/
+2
*
[tests lint] Fix all W0223: abstract-method in pylint's own tests
Pierre Sassoulas
2020-04-20
4
-2
/
+7
*
Disable R0901: Too many ancestors for Pylinter
Pierre Sassoulas
2020-04-20
2
-1
/
+1
*
[tests lint] Fix all W0613 unused-argument in pylint's own tests
Pierre Sassoulas
2020-04-20
14
-29
/
+26
*
[tests lint] Disable all the too-many-public-methods warning
Pierre Sassoulas
2020-04-20
7
-1
/
+16
*
[tests lint] Fix all W0611 unused-import in pylint's own tests
Pierre Sassoulas
2020-04-20
8
-14
/
+9
*
[tests lint] Fix all C0415 import-outside-toplevel in pylint's own tests
Pierre Sassoulas
2020-04-20
2
-13
/
+7
*
[tests lint] Fix some E0102: method already defined in tests
Pierre Sassoulas
2020-04-20
1
-2
/
+2
*
[tests lint] Fix all C0121 singleton-comparison in pylint's own tests
Pierre Sassoulas
2020-04-20
2
-2
/
+1
*
[tests lint] Fix all W0231 super-init-not-called in pylint's own tests
Pierre Sassoulas
2020-04-20
2
-1
/
+4
*
[tests lint] Fix all E1101 no-member in pylint's own tests
Pierre Sassoulas
2020-04-20
3
-1
/
+3
*
[tests lint] Fix all W0702 bare-except in pylint's own tests
Pierre Sassoulas
2020-04-20
4
-4
/
+3
*
Enable wildcard-import check in pylint's own tests
Pierre Sassoulas
2020-04-20
1
-1
/
+0
*
[tests lint] Fix all 'no-self-use' in pylint's own tests
Pierre Sassoulas
2020-04-20
9
-250
/
+277
*
[tests lint] Fix all W9016 missing-type-doc in pylint's own tests
Pierre Sassoulas
2020-04-20
2
-3
/
+2
*
Get rid of a bunch of yoda conditions in tests (misplaced-comparison-constant)
Pierre Sassoulas
2020-04-20
6
-19
/
+18
*
Fix an implicit string concatenation in unittest_checker_format
Pierre Sassoulas
2020-04-20
2
-2
/
+1
*
[tests lint] Fix all W0612 unused-variable in pylint's own tests
Pierre Sassoulas
2020-04-20
6
-24
/
+13
*
[tests lint] Fix all W0614 unused-wildcard-import in pylint's own tests
Pierre Sassoulas
2020-04-20
4
-5
/
+12
*
[tests lint] Fix all W0107 (unnecessary-pass) in pylint's own tests
Pierre Sassoulas
2020-04-20
3
-3
/
+0
*
[tests lint] Fix all pointless-string-statement in pylint's own tests
Pierre Sassoulas
2020-04-20
2
-5
/
+5
*
[tests lint] Fix all pointless-statement in pylint's own tests
Pierre Sassoulas
2020-04-20
2
-3
/
+3
*
[tox] Extend the pylint check to the relevant parts in tests
Pierre Sassoulas
2020-04-20
3
-3
/
+58
*
[tox] Extend the isort check to the relevant parts in tests
Pierre Sassoulas
2020-04-20
3
-3
/
+4
*
[tox] Extend the black check to the relevant parts in tests
Pierre Sassoulas
2020-04-20
3
-6
/
+4
*
Handles failing file-delete when skipping import_graph tests
Frank Harrison
2020-04-19
1
-1
/
+5
[next]