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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix ``accept-no-yields/return-doc`` for partially correct docstrings
Daniël van Noord
2021-11-13
3
-0
/
+28
*
Create a framework of functional tests for configuration files (#5287)
Pierre Sassoulas
2021-11-12
19
-99
/
+195
*
Add tests for crash on assignment expressions in if statemenpytts
Daniël van Noord
2021-11-12
1
-0
/
+17
*
Add tests for crash on inference of ``__len__``
Daniël van Noord
2021-11-12
1
-0
/
+12
*
Use a stable file in order to have a stable exit code
Pierre Sassoulas
2021-11-10
2
-1
/
+7
*
Refactor 'check_configuration_file_reader' so we can assert other files
Pierre Sassoulas
2021-11-10
1
-18
/
+30
*
Fix the typing of all PosixPath in tests/config/test_config.py
Pierre Sassoulas
2021-11-10
1
-6
/
+6
*
Simplify 'test_can_read_toml_env_variable' to work like other tests
Pierre Sassoulas
2021-11-10
1
-19
/
+6
*
Add checker `using-final-decorator-in-unsupported-version` (#5165)
Mark Byrne
2021-11-09
7
-6
/
+51
*
Rename test_can_read_env_variable so it has 'toml' in it
Pierre Sassoulas
2021-11-08
1
-1
/
+2
*
Remove duplicated comment in 'test_can_read_env_variable'
Pierre Sassoulas
2021-11-08
1
-2
/
+0
*
Move existing config tests to the tests/config directory
Pierre Sassoulas
2021-11-08
2
-0
/
+0
*
Make ``self-cls-assignment`` check tuple assignment (#5268)
Daniël van Noord
2021-11-07
2
-4
/
+7
*
Fix crash on checking private members on ``__class__``
Daniël van Noord
2021-11-05
1
-0
/
+9
*
Remove unwanted non-breaking whitespaces in comment (#5256)
Pierre Sassoulas
2021-11-04
1
-1
/
+1
*
Inspection for `with threading.Lock():` (#5245)
Martin
2021-11-03
2
-0
/
+69
*
Fix ``protected-access`` for attributes and methods of nested classes (#5232)
Daniël van Noord
2021-10-31
2
-15
/
+91
*
Allow no type in Numpy param docstrings for ``mising-param-doc`` (#5231)
Daniël van Noord
2021-10-31
1
-2
/
+8
*
Fix incorrect ``consider-using-ternary`` when condition is inferable as False...
Arianna Y
2021-10-29
2
-0
/
+7
*
Migration to pytest from unittest for BaseChecker tests
Pierre Sassoulas
2021-10-27
1
-37
/
+35
*
Create a new file for BaseChecker unit tests
Pierre Sassoulas
2021-10-27
2
-61
/
+69
*
Fix deprecation 'check function will only accept sequence of string' (#5218)
Pierre Sassoulas
2021-10-27
2
-14
/
+24
*
Fix the deprecation of set_output in our code (#5209)
Pierre Sassoulas
2021-10-27
1
-4
/
+14
*
Update tests/data/property_pattern.py
nozzy123nozzy
2021-10-26
1
-5
/
+0
*
Modify sources along with results of pr review.
Takahide Nojima
2021-10-26
15
-41
/
+64
*
Fix exception of pyreverse in handling property function within a class.
Takahide Nojima
2021-10-26
2
-0
/
+53
*
Add control flow check for ``undefined-variable`` in ``if ... else``
Daniël van Noord
2021-10-26
2
-1
/
+52
*
Add configuration option ``exclude-too-few-public-methods`` (#5191)
Mike Fiedler
2021-10-26
4
-0
/
+37
*
Create a OLD_DEFAULT_PYLINT_HOME constants
Pierre Sassoulas
2021-10-26
1
-2
/
+3
*
Add tests for assignment expressions in function defaults (#5188)
Daniël van Noord
2021-10-25
6
-1
/
+79
*
Use backticks for any-all suggestion (#5207)
Nick Drozd
2021-10-25
2
-7
/
+15
*
Add ``mixin-class-rgx`` option (#5203)
Daniël van Noord
2021-10-25
3
-0
/
+66
*
Add extension checker that suggests any/all statements from for loops (#5196)
Arianna Y
2021-10-25
4
-0
/
+310
*
Normalize input of ``ignore-paths`` for all path types (#5201)
Daniël van Noord
2021-10-24
2
-34
/
+104
*
Fix regression for ``_is_only_type_assignment`` (#5163)
Daniël van Noord
2021-10-23
5
-37
/
+112
*
Make ``used-before-assignment`` consider classes in method annotation and def...
Daniël van Noord
2021-10-23
7
-10
/
+74
*
Fix use-implicit-booleaness-not-comparison crash (#5176)
Jaehoon Hwang
2021-10-23
3
-31
/
+91
*
Fix test decorator for `PyLinter` options (#5195)
Daniël van Noord
2021-10-22
1
-0
/
+0
*
Fix useless-super-delegation false positive when default keyword argument is ...
Nick Pesce
2021-10-19
2
-18
/
+38
*
Fix double emitting of ``not-callable`` on inferrable ``properties``
Daniël van Noord
2021-10-19
2
-8
/
+19
*
Fix asterisks parsing of ``mising-param-doc`` (#5175)
Daniël van Noord
2021-10-18
2
-11
/
+47
*
Make ``undefined-variable`` check line numbers of metaclass parameters
Daniël van Noord
2021-10-18
2
-0
/
+11
*
Add test for #4021
Daniël van Noord
2021-10-18
2
-8
/
+21
*
Fix ``missing-function-docstring`` not checking ``__init__`` (#5147)
Daniël van Noord
2021-10-17
1
-0
/
+46
*
Merge ``MessagesHandlerMixIn`` into ``PyLinter`` (#5136)
Daniël van Noord
2021-10-17
1
-1
/
+0
*
Fix ``relative-beyond-top-level`` false positive
Daniël van Noord
2021-10-17
16
-0
/
+60
*
pyreverse - Add project modules to sys.path (#4856)
Mark Byrne
2021-10-17
3
-17
/
+48
*
From Python 3.8 onwards classes inheriting from dict are reversible (#5169)
Tim Martin
2021-10-17
5
-9
/
+25
*
Add a warning ``use-implicit-booleaness-not-comparison`` for comparison with ...
Jaehoon Hwang
2021-10-17
11
-51
/
+245
*
Consider Enums when checking for duplicate dictionary keys (#5155)
jaydesl
2021-10-16
2
-3
/
+18
[next]