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
/
checkers
/
refactoring.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Backport of PR#1855
hippo91
2018-01-28
1
-0
/
+5
*
Add of four test dealing with if statements and function definition under them
hippo91
2018-01-23
1
-1
/
+3
*
Backport of PR #1777
hippo91
2018-01-07
1
-48
/
+81
*
Backport of PR #1806
hippo91
2018-01-04
1
-0
/
+4
*
Backport of PR #1775
hippo91
2017-12-28
1
-0
/
+1
*
Don't crash when encountering bare raises while checking inconsistent returns
Claudiu Popa
2017-12-24
1
-0
/
+3
*
Fixed a crash which occurred when `Uninferable` wasn't properly handled in `s...
Claudiu Popa
2017-12-24
1
-1
/
+3
*
Regenerate copyright notices
Claudiu Popa
2017-12-15
1
-3
/
+11
*
Add check_messages guard where it was missing
Claudiu Popa
2017-12-11
1
-0
/
+2
*
Jython is no longer supported
Hugo
2017-12-11
1
-1
/
+1
*
Extend trailing-comma-tuple check to more complex assignments (#1721)
Bryce Guinta
2017-11-05
1
-22
/
+44
*
Adding a check for ``inconsistent-return-statements`` inside function or meth...
hippo91
2017-09-26
1
-2
/
+80
*
Skip raise statements without an explicit exception. This should avoid a Type...
Claudiu Popa
2017-09-21
1
-0
/
+2
*
simplify-boolean-expression is now emitted for old style ternaries with first...
Łukasz Rogalski
2017-08-07
1
-8
/
+17
*
Enh1385 (#1578)
hippo91
2017-07-23
1
-1
/
+38
*
Fix ifs in formatted strings crashing Pylint
Łukasz Sznuk
2017-07-19
1
-13
/
+9
*
Update message from len-as-condition checker to provide more detailed informa...
Alex Hearn
2017-07-08
1
-3
/
+5
*
Slight optimisation in _check_one_element_trailing_comma_tuple (#1456)
Łukasz Rogalski
2017-05-13
1
-4
/
+4
*
consider-using-enumerate: New case added (#1427)
Antonio Ossa
2017-04-27
1
-6
/
+9
*
Bring back the message enable check and fix the condition
Claudiu Popa
2017-04-17
1
-9
/
+11
*
Handle the disallow-trailing-tuple chck more sanely by verifying non-terminat...
Claudiu Popa
2017-04-17
1
-10
/
+9
*
Spelling fixes (#1397)
Ville Skyttä
2017-04-02
1
-1
/
+1
*
len-as-condition: fix false positives when len() wasn't used in logical test ...
Łukasz Rogalski
2017-02-21
1
-3
/
+5
*
consider-iterating-dictionary: fix false-negatives (#1251)
Łukasz Rogalski
2016-12-30
1
-6
/
+1
*
consider-iterating-dictionary: fix case when comprehensions were used in assi...
Łukasz Rogalski
2016-12-29
1
-1
/
+1
*
Drop _get from name and some style fixes.
Claudiu Popa
2016-12-27
1
-6
/
+10
*
Check the number of elements before attempting to unpack them
Moises Lopez - https://www.vauxoo.com/
2016-12-27
1
-1
/
+2
*
Fix too-many-nested-blocks (#1228)
Łukasz Rogalski
2016-12-21
1
-18
/
+9
*
Improve the message of no-else-return
Claudiu Popa
2016-12-19
1
-1
/
+1
*
Extract the value using tuple indexing, so that it will work on Python 2.
Claudiu Popa
2016-12-18
1
-2
/
+3
*
'trailing-comma-tuple' check was added
Claudiu Popa
2016-12-18
1
-3
/
+33
*
New refactoring checker: consider-using-ternary (#1210)
Łukasz Rogalski
2016-12-18
1
-1
/
+50
*
Rename the check to no-else-return.
Claudiu Popa
2016-12-04
1
-7
/
+9
*
Modify the superfluous else check to not cache results on nodes.
Claudiu Popa
2016-12-04
1
-22
/
+30
*
Add a new check, superflous-else-return
Moisés López
2016-12-04
1
-2
/
+37
*
Add new checker len-as-condition (#1154)
Alexander Todorov
2016-11-29
1
-0
/
+113
*
Fix bad-indentations
Claudiu Popa
2016-07-28
1
-5
/
+5
*
Add a new warning, 'redefined-argument-from-local'
Claudiu Popa
2016-07-28
1
-1
/
+52
*
Merge RefactoringChecker with ElifChecker.
Claudiu Popa
2016-07-27
1
-96
/
+83
*
Move ElifChecker into refactoring.py, since it belongs there.
Claudiu Popa
2016-07-27
1
-0
/
+198
*
Use attributes from modules instead of cluttering the namespace.
Claudiu Popa
2016-07-27
1
-16
/
+13
*
Move the recommendation checkers into refactoring, since it belongs there.
Claudiu Popa
2016-07-27
1
-1
/
+97
*
Move unneeded-not into refactoring, where it belongs.
Claudiu Popa
2016-07-27
1
-1
/
+65
*
Even more granular copyrights (thanks to copyrite)
Claudiu Popa
2016-07-23
1
-2
/
+4
*
Keep a consistent copyright notice across the board.
Claudiu Popa
2016-07-19
1
-0
/
+2
*
Cleanup the code, to make it more understandable, correct documentation and c...
Claudiu Popa
2016-07-12
1
-40
/
+44
*
Add a new refactoring message, 'consider-merging-isinstance`.
Moisés López
2016-07-12
1
-0
/
+82