summaryrefslogtreecommitdiff
path: root/.pyenchant_pylint_custom_dict.txt
Commit message (Collapse)AuthorAgeFilesLines
* Search for pyproject.toml config file in parent dirs (#7163)Mikhail f. Shiryaev2023-04-301-0/+3
| | | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
* `pyreverse`: use colorblind friendly default colors (#8415)Andreas Finkler2023-03-101-0/+1
| | | | | | | Using Paul Tol's colorblind palette. Also enable both hex codes and css/html color names Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
* Support globbing pattern for input specification (#8312)Alexey Pelykh2023-03-011-0/+1
| | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Add `--color-palette` option to `pyreverse` (#8223)Andreas Finkler2023-02-091-0/+1
|
* Add import-based submodule detection for preferred-modules (#8186)Dave Bunten2023-02-081-0/+4
| | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Add `consider-refactoring-into-while-condition` checker (#8021)yushao22023-01-271-0/+1
| | | | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> Co-authored-by: Mark Byrne <31762852+mbyrnepr2@users.noreply.github.com> Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
* Deduplicate module file paths to prevent redundant scans. (#7747)Eric McDonald2022-11-181-0/+1
| | | | | | | | | | | | | | | * Use dict for 'expand_modules' result rather than list. With 'path' as the key, we get deduplication for free and do not need to reprocess the list for deduplication later. * Fix deduplication to account for CLI args marker. * Fix corner case with CLI arg flag handling during deduplication. * Add 'deduplication' to custom Pyenchant dict. Closes #6242 Closes #4053 Co-authored-by: Eric McDonald <emcd@users.noreply.github.com> Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* [implicit_booleaness_checker] Add the confidence to related messages (#7721)Pierre Sassoulas2022-11-061-0/+3
| | | First step prior doing #6870 in order to make it more reviewable.
* @singledispatch and @singledispatchmethod checks for methods and functions ↵Ramon Saraiva2022-10-311-0/+1
| | | | | | (#7575) Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Add more cases that emit bad-plugin-value (#7284)Drummond Ogilvie2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add x-failing test for issue 7264 case 3 This is the case where a plugin can be imported only after the init-hook is run, and the init hook is specified in a pylintrc file We would expect the module to not load in any case, and cause the emission of a bad-plugin-value message. * _dynamic_plugins is a dict not a set This is in preparation for caching the loaded modules, and for storing other information that will help in identifying times loading is dependent on init-hook magic. * Use cached module objects for load_configuration This fixes case 3 in #7264, and is technically a breaking change, in that it now emits a message for what would have previously been a silent failure. * Interim review comment fixes 1. Remove the xfail that snuck back in after the rebases. 2. Now that fake_home yields a str, update the type hint. * Add test for bad plugin with duplicated load This is case 6 in issue #7264, and represents the other silent failure that is being made non-silent by this change. * Apply review feedback - Add an ordering test for CLI arguments - Add clarifying comments on affected functions - Tidy up test assertions to be more pythonic Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com> Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Don't report ``trailing-whitespaces`` within strings (#7342)Daniël van Noord2022-08-311-0/+1
| | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Add configuration for `towncrier`DudeNr332022-07-171-0/+2
|
* Update `astroid` to 2.12 (#7153)Jacob Walls2022-07-131-0/+1
| | | | | | | | Prevent `unused-import` for `six.with_metaclass` Update `contributors-txt` to 0.9.0 Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
* Add documentation examples for `nonexistent-operator` (#7048)Julthep Nandakwang2022-07-071-0/+1
| | | | Co-authored-by: Vladyslav Krylasov <vladyslav.krylasov@gmail.com> Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
* Improve packaging [PEP 517 + 621] (#7076)Marc Mueller2022-06-281-0/+1
| | | | | | | * Use isolated build environments * Update release ci job to use build * Use new project metadata format * Cleanup MANIFEST.in * Remove setup.py
* [primer] Add a test for truncating commentsPierre Sassoulas2022-06-201-0/+1
|
* Store namespaces respective to directories (#6789)Daniël van Noord2022-06-041-0/+1
| | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* [doc] Add a check for changelogs and fix the issues encountered (#6735)Pierre Sassoulas2022-06-011-0/+3
|
* Refactors in preparation of ``pylint-config``Daniël van Noord2022-05-171-0/+5
|
* Use the standard config parser instead a new one in functional tests (#6572)Daniël van Noord2022-05-111-0/+1
|
* Move AstCallback (#6502)Marc Mueller2022-05-051-0/+2
|
* Remove some words from custom dictionary and update spellingDaniël van Noord2022-04-261-22/+0
|
* [spelling] Remove remaining typoes detected by the spelling checkerPierre Sassoulas2022-04-261-0/+2
|
* [spelling] Add a configuration for the spelling checkerPierre Sassoulas2022-04-261-0/+366