summaryrefslogtreecommitdiff
path: root/pylint/config
Commit message (Expand)AuthorAgeFilesLines
* Fix crash when regex option raises a `re.error` exception. (#7228)Mark Byrne2022-07-311-2/+11
* Bump or remove some ``TODOs`` (#7141)Daniël van Noord2022-07-071-1/+2
* Fix handling of ``--`` as separator of positional arguments and flagsDaniël van Noord2022-06-301-1/+2
* Fix recognition of config files named ``setup.cfg`` (#3630) (#6577)Pierre Sassoulas2022-06-291-4/+4
* Fix handling of quoted ``init-hook`` (#7010)Daniël van Noord2022-06-231-1/+1
* Fix typo in option processingJacob Walls2022-06-231-1/+1
* Mix incorrect parsing of multi-line options in ``ini`` filesDaniël van Noord2022-06-132-2/+1
* Mark `no-self-use` as moved to extensions (#6932)Jacob Walls2022-06-131-1/+4
* [bad-option-value] Add a 'useless-option-value' messagePierre Sassoulas2022-06-061-3/+7
* [refactor] Callback for disabling or enabling option use a base classPierre Sassoulas2022-06-051-21/+34
* [refactor] Change the name of the stashed messages list in PyLinterPierre Sassoulas2022-06-052-7/+7
* Store namespaces respective to directories (#6789)Daniël van Noord2022-06-042-1/+15
* [spellcheck] Fix the spellcheck hopefully for all environments (#6827)Pierre Sassoulas2022-06-041-0/+1
* [deleted messages] Add an exception for deleted messages in MessageIdStorePierre Sassoulas2022-06-041-2/+1
* Fix the use of abbreviations for preprocessable options on the CLI (#6820)Daniël van Noord2022-06-031-10/+33
* Fix parsing of unrelated options in tox.ini (#6801)Daniël van Noord2022-06-031-3/+13
* Don't crash if we can't find the user's home directory (#6806)Daniël van Noord2022-06-021-2/+6
* Allow disabling `bad-option-value` and `unrecognized-option` with `--disable=...Jacob Walls2022-05-272-7/+19
* Add a TODO for options_by_sectionPierre Sassoulas2022-05-241-0/+3
* Some initial line wrapping of docstrings (#6672)Daniël van Noord2022-05-235-8/+18
* Allow specifying an output file when generating a configuration file (#6662)Daniël van Noord2022-05-222-4/+58
* Add ``ParamSpec`` to decoratorDaniël van Noord2022-05-221-4/+10
* Make ``_generate_config_file`` return a stringDaniël van Noord2022-05-223-4/+4
* Retry user input if it is not correctDaniël van Noord2022-05-221-3/+32
* Add ``generate`` subparser to ``pylint-config``Daniël van Noord2022-05-214-0/+99
* Add setup and --help command to pylint-configDaniël van Noord2022-05-214-4/+130
* Refactors in preparation of ``pylint-config``Daniël van Noord2022-05-173-6/+47
* Update all ``TODO: 2.14`` (#6573)Daniël van Noord2022-05-101-1/+1
* Use main instead of master as main checker name (#6569)Daniël van Noord2022-05-101-2/+2
* Make sure that --generate-toml-config generates a valid file (#6564)Daniël van Noord2022-05-101-1/+11
* Fix behavior of empty `--confidence` optionJacob Walls2022-05-051-0/+2
* Move caching to pylint.lint from pylint.config and deprecate (#6468)Pierre Sassoulas2022-05-051-30/+24
* Move ``PYLINTHOME`` to constants and test it (#6509)Daniël van Noord2022-05-051-43/+3
* Exit gracefully for unrecognized command line options (#6506)Daniël van Noord2022-05-051-2/+1
* Refactor of ``config.__init__.py``Daniël van Noord2022-05-051-14/+13
* Fix the loading of unrelated tools options (#6356)Pierre Sassoulas2022-05-051-0/+12
* Activate the ``duplicate-code`` checker (#6121)Pierre Sassoulas2022-05-052-1/+3
* Create a path type of argument that automatically expand user/var (#6494)Pierre Sassoulas2022-05-031-0/+7
* Disable fixme for internal uses before we make it optional in #3512 (#6482)Pierre Sassoulas2022-05-019-17/+14
* Run development version of ``pydocstringformatter`` (#6469)Daniël van Noord2022-04-283-9/+9
* Remove some words from custom dictionary and update spellingDaniël van Noord2022-04-262-2/+2
* [spelling] Remove remaining typoes detected by the spelling checkerPierre Sassoulas2022-04-261-2/+2
* Fix handling of default value for extend action in Python 3.7DudeNr332022-04-241-1/+1
* Add typing to ``pylint/config/__init__.py`` (#6424)Daniël van Noord2022-04-211-4/+6
* Fix short ``-v`` flag and add ``metavar`` support to ``_CallableArgument`` (#...Daniël van Noord2022-04-193-1/+12
* Fix typing of options_by_sectionDaniël van Noord2022-04-181-7/+2
* Add some typing to ``pylint/lint`` (#6376)Daniël van Noord2022-04-182-3/+3
* Add remaining typing to ``pylint/utils``Daniël van Noord2022-04-171-2/+3
* Deprecate all old classes from ``optparse`` (#6338)Daniël van Noord2022-04-168-15/+51
* Add exception handling for broken config files (#6351)Tushar Sadhwani2022-04-151-3/+7