Skip to content

Commit

Permalink
don't autocorrect Delivery's TOML or JSON files
Browse files Browse the repository at this point in the history
Signed-off-by: Doug Knight <doug.knight@karmix.org>
  • Loading branch information
karmix committed Feb 25, 2022
1 parent 2ea67ea commit fa225fc
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions config/cookstyle.yml
Expand Up @@ -14,13 +14,31 @@ AllCops:
- '**/vendor/**/*'
- Guardfile

Layout:
Exclude:
- '**/.delivery/project.toml'
- '**/.delivery/config.json'

Lint:
Exclude:
- '**/.delivery/project.toml'
- '**/.delivery/config.json'

Style:
Exclude:
- '**/.delivery/project.toml'
- '**/.delivery/config.json'

###############################
# Chef/Style: Making cookbooks look better
###############################

Chef/Style:
Enabled: true
StyleGuideBaseURL: https://docs.chef.io/workstation/cookstyle/
Exclude:
- '**/.delivery/project.toml'
- '**/.delivery/config.json'

Chef/Style/AttributeKeys:
Description: Check which style of keys are used to access node attributes.
Expand Down

0 comments on commit fa225fc

Please sign in to comment.