summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Added example for use-list-literal message (#6230)Matus Valo2022-04-072-0/+2
* Assert that links in related.rst are a listDaniël van Noord2022-04-0714-21/+30
* Handle asterisks better in Sphinx and Google style docstringsDaniël van Noord2022-04-071-0/+6
* Merge branch 'maintenance/2.13.x' following 2.13.5 releasePierre Sassoulas2022-04-062-4/+4
|\
| * Prevent `used-before-assignment` for assignment via nonlocal after type annot...Jacob Walls2022-04-061-0/+5
| * Only emit ``lru-cache-decorating-method`` when ``maxsize`` is ``None`` (#6181)Daniël van Noord2022-04-061-3/+4
| * Fix false positive for ``unused-import`` when disabling both ``used-before-as...Andreas Finkler2022-04-041-0/+4
| * Fix E1102 / ``not-callable`` false positive for property that returns a lambd...Tushar Sadhwani2022-04-041-0/+4
| * Include ``testing_pylintrc`` in source and wheel distributions (#6029)Joe Young2022-03-311-0/+4
| * Change 'nonexistent-operator' to allow repeated unary ops (with space or pare...Sergey B Kirpichev2022-03-291-0/+5
| * `unnecessary-ellipsis` false positive: allow ellipsis as default argument (#6...Joe Young2022-03-291-0/+4
* | Prevent `used-before-assignment` for assignment via nonlocal after type annot...Jacob Walls2022-04-061-0/+5
* | Add example for `function-redefined` message documentation (#6200)Gunung P. Wibisono2022-04-062-0/+8
* | Add example for `reimported` message documentation (#6206)Gunung P. Wibisono2022-04-062-0/+3
* | Add example for `unbalanced-tuple-unpacking` message documentation (#6201)Gunung P. Wibisono2022-04-063-0/+5
* | Add example for `global-at-module-level` message documentation (#6203)Gunung P. Wibisono2022-04-063-0/+6
* | Add example for `self-assigning-variable` message documentation (#6205)Gunung P. Wibisono2022-04-063-0/+4
* | Use namespace in PyLinter and testsDaniël van Noord2022-04-051-1/+1
* | Fix false negative for ``bad-string-format-type`` when using a variable as in...Andreas Finkler2022-04-051-0/+3
* | Only emit ``lru-cache-decorating-method`` when ``maxsize`` is ``None`` (#6181)Daniël van Noord2022-04-051-3/+4
* | Add documentation examples for ``overridden-final-method`` checker (#6080)Mark Byrne2022-04-055-0/+28
* | Added comparison-with-callable message example (#6156)Matus Valo2022-04-052-0/+12
* | Deprecate ``ignore-mixin-members`` + add ``ignored-checks-for-mixins``Daniël van Noord2022-04-042-4/+8
* | New check: TypeVar name mismatch (#6168)Joe Young2022-04-043-1/+11
* | New check E0244: Extending inherited Enum class (#6018)Joe Young2022-04-043-0/+26
* | New check C0106: typevar-double-invariance (#6015)Joe Young2022-04-043-0/+12
* | Re-enable checker ``bad-docstring-quotes`` for Python <= 3.7. (#6148)Joe Young2022-04-031-0/+5
* | Added comparison-with-itself message example (#6157)Matus Valo2022-04-032-0/+6
* | Added singleton-comparison message example (#6158)Matus Valo2022-04-033-0/+7
* | Add example for ``bad-super-call`` (#6166)Andreas Finkler2022-04-034-0/+19
* | Added literal-comparison message example (#6159)Matus Valo2022-04-033-0/+5
* | Add example for ``broken-collections-callable`` (#6167)Andreas Finkler2022-04-034-0/+15
* | Add `unused-wildcard-import` doc example (#6133)Joe Young2022-04-033-0/+9
* | Add example for `undefined-all-variable` message documentation (#6160)Gunung P. Wibisono2022-04-033-0/+9
* | Fix false positive for ``unused-import`` when disabling both ``used-before-as...Andreas Finkler2022-04-031-0/+4
* | Add examples for ``bad-string-format-type`` (#6164)Andreas Finkler2022-04-034-0/+6
* | Add example `useless-import-alias` message documentation (#6151)Gunung P. Wibisono2022-04-034-0/+13
* | Fix version constraint - ``Counter.total`` is only available from Python 3.10...Andreas Finkler2022-04-031-1/+1
* | Added cell-var-from-loop message example (#6106)Matus Valo2022-04-033-0/+13
* | Add example for `undefined-variable` (#6149)Gunung P. Wibisono2022-04-032-0/+3
* | Add example for `unidiomatic-typecheck` (#6152)Gunung P. Wibisono2022-04-033-0/+8
* | Add example for `unreachable` code (#6153)Gunung P. Wibisono2022-04-032-0/+6
* | Fixed related.rst in duplicate-keyMatus Valo2022-04-031-2/+2
* | Added chained-comparison message example (#6107)Matus Valo2022-04-022-0/+10
* | Assert number of messages in test_messages_documentation.py (#6145)Matus Valo2022-04-021-1/+22
* | Enable usage of custom pylintrc file for message documentation tests (#6131)Andreas Finkler2022-04-025-2/+39
* | Add `wildcard-import` doc example (#6132)Joe Young2022-04-022-0/+5
* | Remove broken ``generate-man`` option (#6126)Daniël van Noord2022-04-021-0/+5
* | Clean up docs `conf.py` following migration to furo (#6129)Gunung P. Wibisono2022-04-021-11/+4
* | fix link in `missing-format-argument`Gunung P. Wibisono2022-04-021-2/+2