Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

feat: Allow project-level config #4

Open
delucis opened this issue Oct 9, 2018 · 0 comments
Open

feat: Allow project-level config #4

delucis opened this issue Oct 9, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@delucis
Copy link
Owner

delucis commented Oct 9, 2018

It would be useful if linter-dryer’s settings could be overridden on a per-project basis.

For example, a project could provide a .dryer.yml config file that could look like the following:

# .dryer.yml duplicating current defaults
minimumLines: 3
minimumTokens: 25
linterScope: file
ignoreFiles:
  - .gitignore
exclude:
  - "**/*.min.*"
severity: info
@delucis delucis added the enhancement New feature or request label Oct 9, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant