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
/
tests
/
checkers
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename `len-as-condition` to `use-implicit-booleaness-not-len` (#5132)
Jaehoon Hwang
2021-10-10
1
-5
/
+5
*
Add guard helper functions from astroid (#5122)
Marc Mueller
2021-10-07
1
-14
/
+73
*
Rename ``pylint.testutils.TestMessage`` to ``MessageTest`` (#5051)
Daniël van Noord
2021-09-20
13
-160
/
+160
*
Rename `pylint.testutil.Message` to `pylint.testutil.TestMessage` (#5043)
Daniël van Noord
2021-09-18
13
-158
/
+220
*
Bump pylint to 2.11.0, update changelog
v2.11.0
Pierre Sassoulas
2021-09-16
13
-1
/
+14
*
Add typing to ``filepath`` (#4980)
Daniël van Noord
2021-09-16
1
-1
/
+1
*
Fix deprecation warning for AssignAttr in tests (#5006)
Pierre Sassoulas
2021-09-14
1
-9
/
+6
*
Make ``min-similarity-lines == 0`` stop similarity check (#4970)
Daniël van Noord
2021-09-07
1
-0
/
+8
*
Add typing with `PyAnnotate` to `./tests` (#4950)
Daniël van Noord
2021-09-04
16
-212
/
+256
*
Fix false positive ``superfluous-parens`` for tuples
Daniël van Noord
2021-09-01
1
-5
/
+0
*
Remove the python3 porting mode from the codebase
Pierre Sassoulas
2021-09-01
1
-1178
/
+0
*
Emit a correct invalid-name message when using multi-naming style. (#4924)
Yilei "Dolee" Yang
2021-08-30
1
-4
/
+12
*
Add ``Consider-using-f-string`` checker (#4796)
Daniël van Noord
2021-08-30
2
-40
/
+32
*
Bump pylint to 2.10.2-dev0, update changelog
Ashley Whetter
2021-08-20
1
-0
/
+1
*
Bump pylint to 2.10.1, update changelog
v2.10.1
Ashley Whetter
2021-08-20
1
-0
/
+1
*
Bump pylint to 2.10.0, update changelog
v2.10.0
Pierre Sassoulas
2021-08-20
4
-3
/
+5
*
Improve invalid-metaclass error message for Instances
David Liu
2021-08-19
1
-0
/
+4
*
Use alias for astroid.nodes 04 (#4869)
Marc Mueller
2021-08-19
1
-2
/
+3
*
[duplicate-code] Parse functions and class methods recursively when gathering...
Maksym Humetskyi
2021-08-17
1
-0
/
+62
*
[duplicate-code] Ignore decorators lines by similarities checker when ignore ...
Maksym Humetskyi
2021-08-14
1
-4
/
+14
*
Fix false positives for ``superfluous-parens`` (#4784)
Daniël van Noord
2021-08-03
1
-16
/
+19
*
Add ignored-parents option to design checker (#4758)
Rebecca Turner
2021-07-28
1
-0
/
+41
*
Performance improvment of the Similarity checker (#4565)
hippo91
2021-07-28
1
-51
/
+26
*
Add unspecified-encoding checker #3826 (#4753)
Daniël van Noord
2021-07-28
1
-1
/
+1
*
Bump pylint to 2.9.4, update changelog
v2.9.4
Pierre Sassoulas
2021-07-20
1
-0
/
+1
*
Use absolute import qualified module name for deprecated module check (#4678)
Matus Valo
2021-07-06
1
-1
/
+1
*
[duplicate-code] Fix ignored empty functions by similarities checker with ign...
Maksym Humetskyi
2021-07-05
1
-0
/
+40
*
Bump pylint to 2.9.3, update changelog
v2.9.3
Pierre Sassoulas
2021-07-01
14
-1
/
+14
*
[duplicate-code] Remove trailing whitespaces in similarity report
Pierre Sassoulas
2021-07-01
1
-1
/
+1
*
[duplicate-code] Fix crash when analysing empty function with docstring
Pierre Sassoulas
2021-07-01
1
-5
/
+8
*
Fix copyright links (#4647)
Marc Mueller
2021-07-01
16
-16
/
+16
*
Bump pylint to 2.9.0, update changelog, add python 3.10 to package meta
v2.9.0
Pierre Sassoulas
2021-06-29
1
-0
/
+1
*
Fix a syntax error in unittest_deprecated.py test code
Pierre Sassoulas
2021-06-29
1
-1
/
+1
*
Added support for deprecated method alias
Matus Valo
2021-06-29
1
-0
/
+25
*
VariableChecker now accounts for attribute lookups in type comments (#4604)
Sergei Lebedev
2021-06-27
1
-0
/
+20
*
Bump pylint to 2.9.0-dev1, update changelog
Pierre Sassoulas
2021-06-17
3
-0
/
+3
*
Fix existing code
Marc Mueller
2021-06-10
1
-2
/
+2
*
Added deprecated decorators check (#4513)
Matus Valo
2021-05-27
1
-0
/
+53
*
Implemented ``unused-private-member`` checker (#4504)
yushao2
2021-05-25
1
-0
/
+24
*
Add ignore_signatures to similarity checker (#4474)
Aditya Gupta
2021-05-17
1
-0
/
+41
*
Add Deprecated Class unittests (#4448)
Matus Valo
2021-05-08
1
-0
/
+55
*
Add support for checking deprecated class arguments. (#4425)
Matus Valo
2021-05-01
1
-0
/
+24
*
Update copyrite notice
v2.8.2
Pierre Sassoulas
2021-04-26
1
-0
/
+1
*
Changes after black update
Marc Mueller
2021-04-26
1
-2
/
+2
*
Prepare for 2.8.0 release
pylint-2.8.0
Pierre Sassoulas
2021-04-24
3
-1
/
+3
*
Enhancement #3413 ``consider-using-with`` (#4372)
DudeNr33
2021-04-23
1
-1
/
+3
*
Rename copying to license and upgrade the setup.cfg (#4338)
Pierre Sassoulas
2021-04-11
16
-16
/
+16
*
fixing comments to break into multiple lines
Eli Fine
2021-04-10
1
-5
/
+11
*
obtaining list of comment directives to ignore from pylintrc
Eli Fine
2021-04-10
1
-0
/
+21
*
skipping spellcheck for code flanked in backticks
Eli Fine
2021-04-10
1
-32
/
+40
[next]