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
/
pylint
/
test
/
unittest_lint.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stopped installing tests with package
Ashley Whetter
2019-06-20
1
-771
/
+0
*
Refactor - Move function for checker in Checker
Pierre Sassoulas
2019-03-29
1
-3
/
+2
*
Refactor - Avoid intra-packages circular dependencies for constants
Pierre Sassoulas
2019-03-29
1
-5
/
+4
*
Refactor - Create a unittest file for MessageStore
Pierre Sassoulas
2019-03-09
1
-114
/
+15
*
Refactor - Create a pylint.message package
Pierre Sassoulas
2019-03-09
1
-3
/
+2
*
Added load_configuration() hook for plugins
Matus Valo
2018-12-20
1
-0
/
+50
*
Refactor - get_messages -> get_messages_from_checker
Pierre Sassoulas
2018-12-18
1
-1
/
+1
*
Refactor - Consistent function and variable name
Pierre Sassoulas
2018-12-18
1
-12
/
+12
*
Refactor - get_message_definition returning a list
Pierre Sassoulas
2018-12-18
1
-7
/
+7
*
Move func_block_disable_msg into regrtest_data, because we already have a tes...
Claudiu Popa
2018-09-29
1
-1
/
+2
*
Reformat the code with black
Claudiu Popa
2018-09-17
1
-279
/
+323
*
Use contextlib.redirect_stdout
Scott Worley
2018-08-22
1
-7
/
+4
*
Update copyright notices
Claudiu Popa
2018-07-15
1
-1
/
+7
*
Filter with should_analyze_file in parallel mode (#2264)
Randall Leeds
2018-07-10
1
-13
/
+16
*
Remove six package usages. (#2151)
Sushobhit
2018-05-27
1
-8
/
+7
*
pyupgrade (#2136)
Anthony Sottile
2018-05-22
1
-3
/
+3
*
Refactor - MessagesStore.check_message_id(msgid)
Pierre Sassoulas
2018-05-10
1
-8
/
+8
*
Fix - Take reviews by PCManticore into account
Pierre Sassoulas
2018-05-10
1
-2
/
+4
*
Refactor - Better error message for duplicated msgid or symbol
Pierre Sassoulas
2018-05-10
1
-6
/
+3
*
Correctly strip the path prefix from the report paths (#1883)
Reverb C
2018-03-01
1
-4
/
+4
*
Regenerate copyright notices
Claudiu Popa
2017-12-15
1
-0
/
+13
*
Use the full filename for identifying __init__.py. (#1461)
Craig Citro
2017-05-22
1
-0
/
+14
*
Raise meaningful exception for invalid reporter class being selected (#1450)
Łukasz Rogalski
2017-04-28
1
-0
/
+7
*
Python 3.6 invalid escape sequence deprecation fixes (#1396)
Ville Skyttä
2017-04-02
1
-1
/
+1
*
Spelling fixes (#1397)
Ville Skyttä
2017-04-02
1
-1
/
+1
*
Refactor pytest fixtures. (#1255)
Derek Gustafson
2017-01-03
1
-9
/
+8
*
Parametrized tests
Derek Gustafson
2016-12-08
1
-39
/
+33
*
Removed setup and teardown functions.
Derek Gustafson
2016-12-08
1
-482
/
+525
*
Remove pytest.main calls.
Derek Gustafson
2016-12-07
1
-44
/
+23
*
Reduce dependency on unittest
Derek Gustafson
2016-12-06
1
-26
/
+23
*
Fix pylint warnings.
Derek Gustafson
2016-12-06
1
-6
/
+6
*
Switch test runner from unnittest to pytest.
Derek Gustafson
2016-12-06
1
-178
/
+170
*
PyLinter.should_analyze_file has a new optional parameter, called `is_argument`
Claudiu Popa
2016-08-23
1
-0
/
+34
*
Remove useless test.
Claudiu Popa
2016-08-23
1
-9
/
+0
*
Even more granular copyrights (thanks to copyrite)
Claudiu Popa
2016-07-23
1
-2
/
+6
*
Rename UnknownMessage, EmptyReport to UnknownMessageError, EmptyReportError
Glenn Matthews
2016-07-19
1
-2
/
+2
*
Move EmptyReport and UnknownMessage to pylint.exceptions
Glenn Matthews
2016-07-19
1
-2
/
+2
*
Better input validation in register_messages to avoid overwrites.
Glenn Matthews
2016-07-19
1
-1
/
+36
*
Keep a consistent copyright notice across the board.
Claudiu Popa
2016-07-19
1
-0
/
+2
*
Automatic generation of extensions.rst (#988)
Glenn Matthews
2016-07-10
1
-0
/
+17
*
Removed --files-output option. Part of #975.
Claudiu Popa
2016-07-06
1
-18
/
+0
*
Remove the support for html reporting
Claudiu Popa
2016-07-05
1
-11
/
+1
*
Add the new shorter license header, including to missing files. Close #894.
Claudiu Popa
2016-06-01
1
-13
/
+2
*
Add the current directory as well into sys.path. This will fix some issues wi...
Claudiu Popa
2016-05-10
1
-4
/
+4
*
Disable reports by default and show the evaluation score by default
Claudiu Popa
2015-12-29
1
-0
/
+1
*
Fix a crash which occurred when old visit methods are encountered
Claudiu Popa
2015-11-30
1
-1
/
+18
*
--comment flag was obsoleted and it will be removed in Pylint 1.6.
Claudiu Popa
2015-08-20
1
-9
/
+0
*
missing-module-attribute was removed and the corresponding CLI option, requir...
Claudiu Popa
2015-08-20
1
-9
/
+9
*
Get rid of logilab.common.compat.
Florian Bruhin
2015-07-26
1
-4
/
+3
*
Get rid of logilab.common.optik_ext and logilab.common.textutils.
Florian Bruhin
2015-07-26
1
-8
/
+1
[next]