summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Bump pylint to 2.14.3, update changelogv2.14.3Pierre Sassoulas2022-06-181-2/+3
* Bump pylint to 2.14.0, update changelogv2.14.0Pierre Sassoulas2022-06-012-4/+2
* Bump pylint to 2.14.0-b0, update changelog (#6527)v2.14.0-b1Pierre Sassoulas2022-05-101-1/+1
* Use main instead of master as main checker name (#6569)Daniël van Noord2022-05-101-1/+1
* Upgrade configuration example and add toml example (#6529)Pierre Sassoulas2022-05-102-195/+794
* [spelling] Remove remaining typoes detected by the spelling checkerPierre Sassoulas2022-04-261-1/+1
* [spelling] Fix all ie / eg => i.e. / e.g.Pierre Sassoulas2022-04-261-1/+1
* Remove ``IAstroidChecker`` from ``__implements__``Daniël van Noord2022-04-192-7/+0
* Subclass ``BaseRawFileChecker`` and ``BaseTokenChecker``Daniël van Noord2022-04-191-5/+2
* Add some manual typing changes (#6325)Daniël van Noord2022-04-141-6/+7
* Deprecate ``ignore-mixin-members`` + add ``ignored-checks-for-mixins``Daniël van Noord2022-04-041-4/+0
* Remove the concept of checker priority (#6034)Daniël van Noord2022-04-011-2/+0
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-101-2/+2
* Add ``future=True`` to all ``NodeNG.frame`` calls (#5621)Daniël van Noord2022-01-101-1/+1
* Format docstrings with ``pydocstringformatter``Daniël van Noord2022-01-022-3/+3
* Fix #2399: Avoid negative scores by default (#5595)Jacob Walls2021-12-281-1/+1
* Add typing and uniformize the checker registering in Pylinter (#5558)Pierre Sassoulas2021-12-273-13/+23
* Fix some typoes before adding typing for checker registeringPierre Sassoulas2021-12-201-7/+3
* Fix typos over the whole codebase (#5540)Kian Meng, Ang2021-12-171-1/+1
* Produce a score of 0 for fatal errors and add fatal to score evaluation (#5521)Jacob Walls2021-12-141-2/+2
* Update description of ``ignore-paths`` (#5415)Daniël van Noord2021-11-281-1/+3
* Type ``process_module`` and update argument namesDaniël van Noord2021-09-131-1/+3
* Remove the python3 porting mode from the codebasePierre Sassoulas2021-09-011-72/+1
* Use alias for astroid.nodes 01 (#4855)Marc Mueller2021-08-171-6/+5
* Issue #4541: add ``ignore-paths`` option to example pylintrc file.DudeNr332021-06-291-0/+4
* Add extension-pkg-allow-list optionPeter Kolbus2021-03-091-0/+6
* Reduce 'blacklist' term for ignored filesPeter Kolbus2021-03-091-4/+3
* Typing changes + disable unused pylint plugin for pre-commit (#4205)Marc Mueller2021-03-071-3/+5
* Add typing that were lacking following refactorPierre Sassoulas2021-03-071-3/+3
* Introduced deprecated attributesMatus Valo2021-03-061-23/+39
* DeprecatedMixin: Fix typos and order of base classes in testMatus Valo2021-02-211-2/+2
* Move message definition to the DeprecatedMixin classMatus Valo2021-02-211-14/+6
* Added example of deprecation checkerMatus Valo2021-02-211-0/+89
* remove invalid fstr setting (#3682)Thomas Grainger2020-06-161-1/+1
* Fix trailing whitespaces and trailing newlinesPierre Sassoulas2020-05-031-2/+0
* Refresh the docs a bit in preparation for the releaseClaudiu Popa2020-03-131-64/+76
* Add notes-rgx option for fixme checker (#3394)Benny2020-02-131-0/+2
* update examples/pylintrc with new logging-format-style help (#3360)John Belmonte2020-01-261-1/+1
* Adds a new check 'inconsistent-quotes'.Wes Turner2020-01-051-0/+4
* Improve help for options (#2986)Peter Kolbus2019-07-091-224/+250
* Fix - add `__post_init__` into `defining-attr-methods` to avoid `attribute-de...Andrzej Klajnert2019-07-051-1/+2
* Style - Re-Apply black following the isort cleanupPierre Sassoulas2019-03-202-23/+31
* Style - Apply isort on all apllicable filesPierre Sassoulas2019-03-202-3/+3
* Add reference to R0916 to max-bool-exprMichael Scott Cuthbert2019-03-191-1/+1
* Grammar fixes to docs (#2492)Drew2018-09-151-1/+1
* The ``locally-enabled`` check is gone.Claudiu Popa2018-08-241-1/+0
* Removed double space from pylintrc exampleMarcus Näslund2018-08-081-1/+1
* Regenerate example pylintrc and man pageVille Skyttä2018-06-131-197/+368
* Expanded documentation for new contributors (#1569)Ashley Whetter2017-07-121-13/+43
* Remove mentions of deprecated astroid node names (#1485)Łukasz Rogalski2017-05-221-3/+3