https://bugs.kde.org/show_bug.cgi?id=466152
Bug ID: 466152 Summary: Default filters are hiding several developer-relevant configurations Classification: Applications Product: kdevelop Version: 5.10.221202 Platform: Neon OS: Linux Status: REPORTED Severity: wishlist Priority: NOR Component: file tree Assignee: kdevelop-bugs-n...@kde.org Reporter: len...@gmail.com Target Milestone: --- This is similar to #466044. Listing some linters whose configuration files are hidden by default that should probably be unhidden: * Pylint (https://pylint.readthedocs.io/en/stable/user_guide/usage/run.html#command-line-options) - .pylintrc * isort (https://pycqa.github.io/isort/docs/configuration/config_files.html) - `.isort.cfg` * pydocstyle (https://www.pydocstyle.org/en/stable/usage.html#configuration-files) - .pydocstyle - .pydocstyle.ini - .pydocstylerc - .pydocstylerc.ini * yamllint (https://yamllint.readthedocs.io/en/stable/configuration.html#configuration) - .yamllint - .yamllint.yaml - .yamllint.yml * readthedocs (https://docs.readthedocs.io/en/stable/config-file/v2.html) - .readthedocs.yaml * codespell (https://github.com/codespell-project/codespell#using-a-config-file) - .codespellrc * mypy (https://mypy.readthedocs.io/en/stable/config_file.html) - .mypy.ini * clippy (https://github.com/rust-lang/rust-clippy#configure-the-behavior-of-some-lints) - .clippy.toml Of these, the following also accept unhidden files or standard project configuration files (e.g. pyproject.toml or setup.cfg for Python): * pylint (prefers pylintrc over hidden version, accepts pyproject.toml and setup.cfg) * isort (accepts pyproject.toml, setup.cfg, tox.ini and .editorconfig) * pydocstyle (accepts setup.cfg, tox.ini and pyproject.yaml) * codespell (accepts setup.cfg or pyproject.toml) * mypy (prefers unhidden mypy.ini, accepts pyproject.toml or setup.cfg) * clippy (prefers clippy.toml) The following require a file that's currently excluded: * yamllint * readthedocs -- You are receiving this mail because: You are watching all bug changes.