Skip to content

Instantly share code, notes, and snippets.

@ryanmoon
Created June 15, 2016 19:56
Show Gist options
  • Save ryanmoon/6a5586a0e26f484719b6f39a5d741766 to your computer and use it in GitHub Desktop.
Save ryanmoon/6a5586a0e26f484719b6f39a5d741766 to your computer and use it in GitHub Desktop.
rubocop for use with Chef Cookbooks
AllCops:
Exclude:
- vendor/**/*
- Guardfile
AlignParameters:
Enabled: false
ClassLength:
Enabled: false
CyclomaticComplexity:
Enabled: false
Documentation:
Enabled: false
Encoding:
Enabled: false
Style/FileName:
Enabled: false
Style/Alias:
Enabled: false
Style/SpaceBeforeFirstArg:
Enabled: false
LineLength:
Enabled: false
MethodLength:
Enabled: false
Metrics/AbcSize:
Enabled: false
Metrics/ModuleLength:
Enabled: false
PerceivedComplexity:
Enabled: false
Style/ClassAndModuleChildren:
Enabled: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment