Global default configuration #1536
jebentier
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem statement
The ability to configure the default
qlty.tomlto use, rather than the static default. Helping larger organizations (with 100+ repos) maintain and add new default plugins for languages without needing to edit every repo'sqlty.tomlmanually.Solution brainstorm (optional)
Some tools like GitHub allow for a
.githubrepository to use as default configuration for any repository, following that approach of having a.qltyrepository for defaultqlty.tomldefinitions to exist would be one way to solve this. Additionally it could work like rubocop'sinherit_fromsupport, which allows someone to define once, a default to start from, and use the remaining definitions as overrides to that default.Beta Was this translation helpful? Give feedback.
All reactions