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
*
Tighten design constraints (#8115)
Nick Drozd
2023-01-28
2
-0
/
+2
*
Add `--allow-reexport-from-package` option (#8124)
Marc Mueller
2023-01-28
1
-0
/
+43
*
add test for get msg def
clavedeluna
2023-01-25
1
-0
/
+10
*
add test for Uninferable
clavedeluna
2023-01-24
1
-0
/
+14
*
Add test for existing preferred-modules functionality (#8093)
Dave Bunten
2023-01-24
1
-0
/
+23
*
[style] Limit line length and complexity using flake8 (#8064)
Pierre Sassoulas
2023-01-16
1
-34
/
+19
*
[pre-commit] Upgrade to black 23.1a1 with 2023's formatting (#7965)
Pierre Sassoulas
2022-12-27
4
-7
/
+1
*
Fix end_col_offset deprecation msg (#7823)
Dani Alcala
2022-11-22
1
-1
/
+1
*
Fix ``deprecated-method`` false positive with aliases (#7795)
Dani Alcala
2022-11-19
1
-5
/
+21
*
Fix a false negative for ``unused-import`` (#7678)
Mark Byrne
2022-11-09
1
-6
/
+6
*
Finish unfinished typing in non core directories (#7443)
Daniël van Noord
2022-09-09
4
-8
/
+8
*
Finish some incomplete typing signatures (#7442)
Daniël van Noord
2022-09-09
2
-9
/
+13
*
Add typing to several test files (#7440)
Daniël van Noord
2022-09-09
4
-8
/
+12
*
Fix #3299 false positives with names in string literal type annotations (#7400)
Levi Gruspe
2022-09-04
1
-0
/
+26
*
Complete typing of all generic types (#7406)
Daniël van Noord
2022-09-04
1
-6
/
+9
*
Revert "Fix the failure to lint modules contained under an identically named ...
Jacob Walls
2022-08-13
1
-2
/
+1
*
Clean up beyond_top_level tests (#7279)
Daniël van Noord
2022-08-12
1
-26
/
+41
*
Add xfail for `test_relative_beyond_top_level_two`
Jacob Walls
2022-08-03
1
-0
/
+4
*
[typing] Add typing to the tests directory (#7183)
Pierre Sassoulas
2022-07-14
8
-41
/
+38
*
Remove never run test (#6520)
Daniël van Noord
2022-05-06
1
-10
/
+0
*
spellcheck will skip the rule names of mypy inline directives (#5929)
Eli Fine
2022-05-06
1
-1
/
+19
*
Change default values of ``ignore-imports`` and ``ignore-signatures`` (#6500)
Daniël van Noord
2022-05-05
1
-0
/
+2
*
Fix AstCallbackMethod typing (#6445)
Marc Mueller
2022-05-05
1
-2
/
+3
*
Remove some words from custom dictionary and update spelling
Daniël van Noord
2022-04-26
1
-1
/
+1
*
[spelling] Remove remaining typoes detected by the spelling checker
Pierre Sassoulas
2022-04-26
1
-1
/
+1
*
Use an empty pylintrc for tests using project's pylintrc implicitely
Pierre Sassoulas
2022-04-26
1
-2
/
+6
*
Add two assertions for reporter
Daniël van Noord
2022-04-21
1
-0
/
+2
*
Remove ``IAstroidChecker`` from ``__implements__``
Daniël van Noord
2022-04-19
1
-2
/
+1
*
Deprecate ``MapReduceMixin`` and implements its methods in ``BaseChecker`` (#...
Daniël van Noord
2022-04-19
1
-1
/
+1
*
Improve the ``__gt__`` method of Checkers (#6355)
Daniël van Noord
2022-04-16
1
-3
/
+31
*
Deprecate ``check_messages`` in favor of ``only_required_for_messages`` (#6196)
Andreas Finkler
2022-04-16
1
-0
/
+15
*
Deprecate ``get_global_option``
Daniël van Noord
2022-04-15
1
-3
/
+2
*
Use ``python-typing-update`` on second half of the ``tests`` directory
Daniël van Noord
2022-04-14
8
-34
/
+41
*
Use ``namespace`` in ``PyLinter`` and the functional config tests (#6271)
Daniël van Noord
2022-04-12
1
-9
/
+6
*
Deprecate ``load_command_line_configuration``
Daniël van Noord
2022-04-11
1
-3
/
+5
*
Make ``linter`` non-optional for ``BaseChecker`` (#6188)
Daniël van Noord
2022-04-11
1
-0
/
+7
*
increase timeout value for test_issue_5724 (#6241)
Moody
2022-04-09
1
-1
/
+1
*
Use ``argparse`` config handler in ``similar.py``
Daniël van Noord
2022-04-02
1
-1
/
+1
*
Total ordering unit test for BaseChecker (#6059)
Joe Young
2022-03-31
1
-0
/
+21
*
[refactor] Create a package for the NameChecker in pylint.checker.base
Pierre Sassoulas
2022-03-24
3
-260
/
+275
*
[refactor] Create a package in order to be able to burst base.py
Pierre Sassoulas
2022-03-24
1
-0
/
+0
*
Create a ``TypeVar`` style for ``invalid-name`` (#5894)
Daniël van Noord
2022-03-24
1
-2
/
+2
*
Add a pre-commit hook to check the copyright notice
Pierre Sassoulas
2022-03-24
23
-16
/
+49
*
Simplify hard to maintain copyright notice
Pierre Sassoulas
2022-03-24
14
-202
/
+14
*
Use pytest-timeout for tests
Sergey B Kirpichev
2022-03-18
1
-30
/
+14
*
Optimize handling of long lines for checkers like 'missing-final-newline' (#5...
Sergey B Kirpichev
2022-03-16
1
-0
/
+15
*
Fix end position in unittests (#5904)
Daniël van Noord
2022-03-12
1
-9
/
+9
*
Fixes for tests due to new ``tolineno`` behaviour
Daniël van Noord
2022-03-12
2
-4
/
+3
*
Fix matching note tags with a non-word char last (#5859)
dbrookman
2022-03-04
1
-0
/
+10
*
Update ``pydocstringformatter`` to 0.4.0 (#5787)
Daniël van Noord
2022-02-10
10
-17
/
+17
[next]