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
*
Remove private functions from the API of pylint.config
Pierre Sassoulas
2020-05-03
1
-6
/
+6
*
Remove tests related to mixed-indentation
Pierre Sassoulas
2020-05-03
2
-12
/
+0
*
Remove the space_check option and its code
Pierre Sassoulas
2020-05-03
1
-24
/
+0
*
Remove bad-whitespace disabling in all code
Pierre Sassoulas
2020-05-03
4
-4
/
+4
*
Remove all tests concerning bad-whitespace
Pierre Sassoulas
2020-05-03
3
-280
/
+1
*
Remove bad-continuation disabling in all code
Pierre Sassoulas
2020-05-02
5
-5
/
+5
*
Remove all tests concerning bad-continuation
Pierre Sassoulas
2020-05-02
8
-404
/
+0
*
Allow linting directories without `__init__.py`
Claudiu Popa
2020-05-02
1
-0
/
+15
*
Allow package files to be properly discovered with multiple jobs
Claudiu Popa
2020-05-02
1
-0
/
+31
*
`no-value-for-parameter` variadic detection has improved for assign statements
Claudiu Popa
2020-05-02
1
-0
/
+27
*
Remove the test specific configuration file
Pierre Sassoulas
2020-05-01
1
-19
/
+0
*
Fix 'using possibly undefined loop variable' in tests
Pierre Sassoulas
2020-05-01
1
-4
/
+12
*
Disable existing fixme in tests so we can check the new one
Pierre Sassoulas
2020-05-01
2
-5
/
+3
*
Fix consider using 'elif' instead of 'else if' in tests
Pierre Sassoulas
2020-05-01
1
-4
/
+3
*
Disable redefined-outer-name necessary by design with pytest
Pierre Sassoulas
2020-05-01
8
-2
/
+9
*
Remove unittest.main() not required with pytest
Pierre Sassoulas
2020-05-01
2
-12
/
+2
*
Revert pylint.Run's `exit` parameter to ``do_exit``
Claudiu Popa
2020-05-01
2
-4
/
+4
*
Fix a crash in `method-hidden` lookup for unknown base classes
Claudiu Popa
2020-04-28
1
-0
/
+11
*
Remove the 'checker' in moved file name
Pierre Sassoulas
2020-04-27
15
-0
/
+0
*
Fix python 3.5 'Argument must be sring or bytes, not PosixPath'
Pierre Sassoulas
2020-04-27
1
-1
/
+1
*
Create a directory for checker's unittests
Pierre Sassoulas
2020-04-27
17
-4
/
+8
*
Use pathlib.Path instead of os.path in unittest_checker
Pierre Sassoulas
2020-04-27
2
-12
/
+12
*
Add missing copyright annotations for the past releases
Claudiu Popa
2020-04-27
42
-53
/
+208
*
Fix formatting error in test file
Claudiu Popa
2020-04-27
1
-3
/
+9
*
Brought back logging-fstring-interpolation
Ashley Whetter
2020-04-27
9
-72
/
+36
*
``unidiomatic-typecheck`` is no longer emitted for ``in`` and ``not in`` oper...
Claudiu Popa
2020-04-27
2
-17
/
+8
*
benchmark| Potential solution for performance regressions (#3473)
Frank Harrison
2020-04-26
2
-0
/
+322
*
[lint package refactor] Create a file for pylinter
Pierre Sassoulas
2020-04-26
2
-4
/
+6
*
Refactor - Move the content of lint.py in its own package
Pierre Sassoulas
2020-04-26
2
-14
/
+14
*
[test json] Refactor the json reporter unittest
Pierre Sassoulas
2020-04-26
1
-23
/
+30
*
Fix false negative for undefined-variable when using class attribute in compr...
Andrew Simmons
2020-04-22
2
-3
/
+6
*
Fix false positive for ``undefined-variable`` when using class attribute as r...
Andrew Simmons
2020-04-22
1
-0
/
+17
*
Fix false positive for ``undefined-variable`` when using class attribute in d...
Andrew Simmons
2020-04-22
1
-0
/
+26
*
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
[next]