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
/
functional
/
l
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add `comparison-of-constants` checker (#6413)
omarandlorraine
2022-05-04
4
-9
/
+18
*
C2901 & C2902: New checks for unnecessary lambda expression usage (#6004)
Joe Young
2022-05-04
1
-0
/
+2
*
Disable test for logging messages again
DudeNr33
2022-04-19
1
-0
/
+2
*
Fix enabling `deprecated-module` after `disable=all` (#6360)
Jacob Walls
2022-04-18
1
-2
/
+0
*
Normalize the pylint disables in functional tests
Pierre Sassoulas
2022-04-18
1
-1
/
+1
*
Add ``--minimal-messages-config`` option for functional tests (#6246)
Andreas Finkler
2022-04-16
5
-0
/
+10
*
Only emit ``lru-cache-decorating-method`` when ``maxsize`` is ``None`` (#6181)
Daniël van Noord
2022-04-05
2
-137
/
+0
*
Make ``lru-cache-decorating-method`` look for ``maxsize`` argument (#5791)
Daniël van Noord
2022-02-14
2
-10
/
+74
*
Add ``lru-cache-decorating-method`` checker (#5674)
Daniël van Noord
2022-01-14
2
-0
/
+73
*
Move ``TestLoggingModuleDetection`` to functional tests (#5428)
Daniël van Noord
2021-11-29
16
-16
/
+90
*
Update functional test expected output (#5349)
Daniël van Noord
2021-11-24
12
-64
/
+64
*
Add a warning ``use-implicit-booleaness-not-comparison`` for comparison with ...
Jaehoon Hwang
2021-10-17
2
-14
/
+20
*
Rename `len-as-condition` to `use-implicit-booleaness-not-len` (#5132)
Jaehoon Hwang
2021-10-10
2
-211
/
+0
*
Spelling and grammar fixes
Ville Skyttä
2021-09-17
1
-2
/
+2
*
Remove the python3 porting mode from the codebase
Pierre Sassoulas
2021-09-01
2
-2
/
+2
*
Remove functional test configuration for python version <=3.6.0
Pierre Sassoulas
2021-08-30
4
-4
/
+0
*
Add ``Consider-using-f-string`` checker (#4796)
Daniël van Noord
2021-08-30
4
-6
/
+6
*
Revert "Fix existing tests"
Marc Mueller
2021-06-10
1
-2
/
+2
*
Fix existing tests
Marc Mueller
2021-06-10
1
-2
/
+2
*
Fix warning expected on logger class created from renamed import
Pierre Sassoulas
2021-05-29
2
-2
/
+4
*
Reactivate test that was removed waiting for an astroid merge
Pierre Sassoulas
2021-04-01
1
-4
/
+2
*
Cleanup unwanted 'use-symbolic-message-instead' in functional tests
Pierre Sassoulas
2021-03-17
2
-2
/
+1
*
Enable use-symbolic-message-instead in functional tests
Pierre Sassoulas
2021-03-17
2
-2
/
+3
*
Migrate func_loopvar_in_dict_comp_py27.py to new functional tests
Pierre Sassoulas
2021-03-14
2
-0
/
+9
*
Rename blacklisted-name to disallowed-name
Peter Kolbus
2021-03-09
1
-1
/
+1
*
Fix astroid.Inference error for undefined-variables with len()
Marc Mueller
2021-03-08
2
-0
/
+11
*
Migrate all func_noerror_* to new functional tests
Pierre Sassoulas
2021-03-07
1
-0
/
+8
*
Migrate func_logging_not_lazy_with_logger to new functional tests
Pierre Sassoulas
2021-03-07
2
-0
/
+17
*
Add column to the information checked for functional tests
Pierre Sassoulas
2021-01-24
11
-81
/
+81
*
Remove test for function inference as astroid is not ready yet
Pierre Sassoulas
2020-12-31
2
-13
/
+12
*
Add a test for function with comprehension or generator
Pierre Sassoulas
2020-12-31
2
-1
/
+16
*
Better and faster implementation of instance_has_bool
Pierre Sassoulas
2020-12-31
2
-5
/
+3
*
Add a test for function in len() call for len_check
Pierre Sassoulas
2020-12-31
2
-0
/
+14
*
Handle range, generator list/dict/set comprehension
Pierre Sassoulas
2020-12-31
2
-1
/
+10
*
Restrict the number of classes affected by len-as-condition
Pierre Sassoulas
2020-12-31
2
-1
/
+47
*
Remove all empty txt file in functional tests
Pierre Sassoulas
2020-11-29
1
-0
/
+0
*
Remove unsecable whitespace in the whole codebase
Pierre Sassoulas
2020-09-12
1
-1
/
+1
*
Add simplifiable-condition and condition-evals-to-constant to the refactoring...
ethan-leba
2020-08-31
1
-1
/
+1
*
Add bool() check for len-as-condition
ethan-leba
2020-08-31
2
-0
/
+5
*
Remove bad-whitespace disabling in all code
Pierre Sassoulas
2020-05-03
1
-1
/
+1
*
Brought back logging-fstring-interpolation
Ashley Whetter
2020-04-27
6
-25
/
+25
*
Add support for disabling line-too-long for multilines strings
hippo91
2019-11-19
2
-0
/
+37
*
Removed Python 2 specific checks
Claudiu Popa
2019-09-17
1
-1
/
+1
*
Allow f-strings as a valid logging string formatting choice
Ashley Whetter
2019-09-10
4
-13
/
+13
*
[functional tests] Module needs an __init__.py
Pierre Sassoulas
2019-09-10
1
-0
/
+0
*
[functional tests] Rename example_functional_tests.py => e/example_functional...
Pierre Sassoulas
2019-09-10
28
-0
/
+459