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
*
Move refactoring to a package in order to burst it
Pierre Sassoulas
2020-09-05
1
-1672
/
+0
*
Add simplifiable-condition and condition-evals-to-constant to the refactoring...
ethan-leba
2020-08-31
1
-1
/
+94
*
Add bool() check for len-as-condition
ethan-leba
2020-08-31
1
-21
/
+26
*
Sets up copyright
hippo91
2020-08-20
1
-0
/
+1
*
Minor typo fix in R1721 help string
lrjball
2020-07-04
1
-1
/
+1
*
Address the super violations in the codebase
Claudiu Popa
2020-05-05
1
-5
/
+8
*
Rename the new old-style super with super-with-arguments
Claudiu Popa
2020-05-05
1
-0
/
+23
*
Add missing copyright annotations for the past releases
Claudiu Popa
2020-04-27
1
-4
/
+17
*
Fix false-negative cases for trailing-comma-tuple
Yang Yang
2020-04-19
1
-1
/
+1
*
Refactor the dict.get detection code to be easier to understand
Claudiu Popa
2020-04-03
1
-18
/
+41
*
Pick a different name than slice to avoid overshadowing a builtin
Claudiu Popa
2020-03-27
1
-5
/
+5
*
Properly unwrap astroid.Index on Python 3.9+
Claudiu Popa
2020-03-27
1
-4
/
+6
*
pyupgrade: automated removal of python2 constructs
Anthony Sottile
2020-03-24
1
-1
/
+0
*
Protect against passing a non-class to _check_exception_inherit_from_stopiter...
Claudiu Popa
2020-03-08
1
-1
/
+1
*
Protect against `exc` not having `pytype`
Claudiu Popa
2020-03-08
1
-1
/
+1
*
``consider-using-sys-exit`` is no longer emitted when `exit` is imported in t...
Claudiu Popa
2019-10-11
1
-5
/
+12
*
properly handle literals in ``unnecessary-comprehension`` checker, closes #3148
Rémi Cardona
2019-10-03
1
-1
/
+3
*
expand nested ternaries in ``unnecessary-comprehension`` to proper if statements
Rémi Cardona
2019-10-03
1
-9
/
+6
*
``consider-using-sys-exit`` is exempted when `exit()` is imported from `sys`
Claudiu Popa
2019-09-30
1
-1
/
+9
*
Simplify and improve the logic of consider-iterating-dictionary
Claudiu Popa
2019-09-24
1
-4
/
+9
*
Report unnecessary else after continue and break
Robert Schweizer
2019-09-10
1
-0
/
+32
*
Added a new check, consider-using-sys-exit, close #2925 (#3062)
Sushobhit
2019-08-22
1
-0
/
+11
*
[pylint.checkers] Make the link between msgid and symbol strictly 1-1
Pierre Sassoulas
2019-08-19
1
-2
/
+2
*
blacken the code
PHeanEX
2019-07-16
1
-17
/
+36
*
Add new checker (unnecessary-comprehension) (close #2905)
PHeanEX
2019-07-16
1
-0
/
+41
*
Ignore ``consider-using-dict-comprehension`` for constructions that can't be ...
Claudiu Popa
2019-06-20
1
-3
/
+10
*
Style - Apply isort on all apllicable files
Pierre Sassoulas
2019-03-20
1
-5
/
+2
*
Make ``len-as-condition`` only fire when a ``len(x)`` call is made without an...
Paul Renvoise
2019-03-19
1
-136
/
+76
*
Kill some old names in favour of their corresponding check class
Claudiu Popa
2019-02-13
1
-3
/
+3
*
Generalize `chained-comparison` (#2655)
Justin Li
2018-12-21
1
-39
/
+42
*
Add ``no-else-raise`` warning (R1720) (#2636)
Jim Robertson
2018-12-11
1
-6
/
+31
*
Fix incorrect generation of ``no-else-raise`` warnings (R1705) (#2618)
Jim Robertson
2018-12-07
1
-14
/
+4
*
Adding implicit-str-concat-in-sequence check (#1655)
Lucas Cimon
2018-10-10
1
-4
/
+4
*
No enumerate check in __iter__ (#2505)
Ben James
2018-09-22
1
-0
/
+4
*
Added check simplifiable-if-expression (#2502)
Tomer Chachamu
2018-09-20
1
-0
/
+34
*
Reformat the code with black
Claudiu Popa
2018-09-17
1
-337
/
+481
*
``consider-using-ternary`` and ``simplified-boolean-expression`` no longer em...
Claudiu Popa
2018-09-05
1
-15
/
+0
*
``simplifiable-if-statement`` not emitted when dealing with subscripts
Claudiu Popa
2018-08-03
1
-0
/
+2
*
`trailing-comma-tuple` gets emitted for ``yield`` statements as well.
Claudiu Popa
2018-07-31
1
-1
/
+3
*
Get only the arguments of the scope function for `redefined-argument-from-local`
Claudiu Popa
2018-07-31
1
-1
/
+2
*
Change refactoring nodes_of_class call to use skip_klass (#2351)
Nick Drozd
2018-07-27
1
-4
/
+2
*
Don't crash when `pylint` is unable to infer the value of an argument to `nex...
Claudiu Popa
2018-07-19
1
-1
/
+1
*
Don't emit `useless-return` when we have a single statement that is the retur...
Claudiu Popa
2018-07-17
1
-2
/
+1
*
Include the type of the next branch in `no-else-return`
Claudiu Popa
2018-07-17
1
-3
/
+7
*
Update copyright notices
Claudiu Popa
2018-07-15
1
-4
/
+10
*
Validate that the next() builtin is called when looking for stop-iteration-re...
Claudiu Popa
2018-07-15
1
-0
/
+4
*
`trailing-comma-tuple` can be emitted for `return` statements as well.
Claudiu Popa
2018-07-10
1
-1
/
+1
*
Infer the value of the truth_value before looking for consider-using-ternary ...
Claudiu Popa
2018-07-08
1
-3
/
+10
*
Do not emit consider-using-ternary when all the elements involved are a Compa...
Claudiu Popa
2018-07-08
1
-0
/
+2
*
Check Slice is type index (fix #2252)
Konstantin Manna
2018-07-05
1
-0
/
+1
[next]