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
/
reporters
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright notice with copyrite
Pierre Sassoulas
2021-02-28
3
-2
/
+3
*
Apply copyrite --contribution-threshold
Pierre Sassoulas
2021-02-21
6
-4
/
+10
*
Move from % string formatting syntax to f-string or .format()
Pierre Sassoulas
2021-02-21
1
-1
/
+1
*
Remove the # coding, since PEP3120 the default is UTF8
Pierre Sassoulas
2021-02-21
2
-2
/
+0
*
Update formatting following black and isort update
Pierre Sassoulas
2020-09-10
2
-5
/
+3
*
Fix duplicate messages created by jobs>1.
Martin Vielsmaier
2020-09-10
1
-0
/
+3
*
Sets up copyright
hippo91
2020-08-20
6
-6
/
+6
*
Add missing copyright annotations for the past releases
Claudiu Popa
2020-04-27
6
-8
/
+21
*
Fix a typo in a JsonReporter docstring
Pierre Sassoulas
2020-04-26
1
-1
/
+1
*
Fix a typo in TextReporter
Pierre Sassoulas
2020-04-26
1
-2
/
+2
*
Don't HTML-escape JSON messages (#3467)
Clément Pit-Claudel
2020-04-03
1
-2
/
+1
*
pyupgrade: automated removal of python2 constructs
Anthony Sottile
2020-03-24
6
-13
/
+6
*
The ``json`` reporter no longer bypasses ``redirect_stdout``. Close #3227
Claudiu Popa
2019-11-06
1
-2
/
+2
*
``import-outside-toplevel`` is emitted for ``ImportFrom`` nodes as well.
Claudiu Popa
2019-10-09
1
-2
/
+1
*
New check: import-outside-toplevel (close #3067) (#3079)
Nick Drozd
2019-09-17
1
-1
/
+1
*
Remove redundant compatibility code (#3097)
Hugo van Kemenade
2019-09-12
4
-8
/
+0
*
Fix a bunch of linting errors from the codebase
Claudiu Popa
2019-05-22
2
-2
/
+2
*
Refactor - Move refactor.utils function to the utils package
Pierre Sassoulas
2019-03-29
4
-96
/
+97
*
Refactor - Remove circular import between utils and reporter
Pierre Sassoulas
2019-03-29
1
-0
/
+79
*
Style - Apply isort on all apllicable files
Pierre Sassoulas
2019-03-20
4
-7
/
+3
*
Pass `quote=False` to `html.escape` in the JSON reporter
Claudiu Popa
2019-02-28
1
-2
/
+1
*
Fix a couple of warnings
Claudiu Popa
2019-02-05
1
-2
/
+2
*
Grammar
Claudiu Popa
2018-10-02
1
-1
/
+1
*
Reformat the code with black
Claudiu Popa
2018-09-17
6
-107
/
+126
*
The ``json`` reporter prints an empty list when no messages are emitted
Claudiu Popa
2018-09-06
1
-2
/
+1
*
Update copyright notices
Claudiu Popa
2018-07-15
6
-2
/
+15
*
Add new checker useless-object-inheritance.
ssolanki
2018-06-20
3
-3
/
+3
*
Remove six package usages. (#2151)
Sushobhit
2018-05-27
4
-25
/
+5
*
pyupgrade (#2136)
Anthony Sottile
2018-05-22
2
-14
/
+14
*
Includes file paths in the default report format (#2088)
Jace Browning
2018-05-15
1
-1
/
+1
*
Use magenta for warnings since blue is hard to read on a black terminal. Clos...
Claudiu Popa
2018-03-29
1
-1
/
+1
*
Spelling fixes
Ville Skyttä
2018-01-30
1
-1
/
+1
*
Enable no-member
Nick Drozd
2018-01-04
1
-0
/
+1
*
Enable import-error
Nick Drozd
2018-01-04
1
-0
/
+1
*
Enable broad-except check
Nick Drozd
2018-01-04
1
-0
/
+1
*
Regenerate copyright notices
Claudiu Popa
2017-12-15
3
-4
/
+19
*
Add of a new key/value pair in the json dictionnary. The key is message-id an...
guillaume2
2017-07-19
1
-0
/
+1
*
Replace getdefaultlocale with getpreferredencoding (#1362)
Kári Tristan Helgason
2017-03-11
1
-1
/
+1
*
Add test for #1362
Claudiu Popa
2017-03-11
1
-0
/
+1
*
Simplify the code to not use assertion and exceptions.
Claudiu Popa
2016-12-14
1
-3
/
+1
*
update the check for ansi terminals
y2kbugger
2016-12-14
1
-3
/
+8
*
Even more granular copyrights (thanks to copyrite)
Claudiu Popa
2016-07-23
6
-12
/
+17
*
Keep a consistent copyright notice across the board.
Claudiu Popa
2016-07-19
6
-0
/
+12
*
arguments-differ takes in consideration kwonlyargs and variadics
Claudiu Popa
2016-07-10
1
-10
/
+10
*
Remove the support for html reporting
Claudiu Popa
2016-07-05
2
-179
/
+0
*
Remove pylint-gui
Claudiu Popa
2016-07-03
1
-30
/
+0
*
Add the new shorter license header, including to missing files. Close #894.
Claudiu Popa
2016-06-01
9
-120
/
+27
*
Merge branch '2.0'
Claudiu Popa
2016-02-16
4
-6
/
+22
|
\
|
*
Disable reports by default and show the evaluation score by default
Claudiu Popa
2015-12-29
3
-0
/
+22
*
|
Implement a dummy _display to satisfy API constraint.
Claudiu Popa
2016-01-09
1
-0
/
+3
[next]