Skip to content

Commit

Permalink
Update README.md with new --generate-config flag - #48
Browse files Browse the repository at this point in the history
  • Loading branch information
lummax committed May 29, 2017
1 parent d8205b3 commit 135f605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -281,7 +281,7 @@ through the --rules "path/to/jar" parameter or via gradle/maven classpath setup.
### <a name="rulesetconfig">RuleSet Configuration</a>

To turn off specific rules/rule sets or change threshold values for certain rules a yaml configuration file can be used.
Copy and modify the `default-detekt-config.yml` from the _detekt_ folder for your needs.
Export the default config with the `--generate-config` flag or copy and modify the `detekt-cli/src/main/resources/default-detekt-config.yml` for your needs.

```yml
code-smell:
Expand Down

0 comments on commit 135f605

Please sign in to comment.