Skip to content

Instantly share code, notes, and snippets.

@raditotev
Created November 13, 2018 11:10
Show Gist options
  • Save raditotev/84af4ffd5904f288a944c817e235c4f6 to your computer and use it in GitHub Desktop.
Save raditotev/84af4ffd5904f288a944c817e235c4f6 to your computer and use it in GitHub Desktop.
Rubocop settings for test framework
# Run rubocop --auto-gen-config to generate config file
Metrics/AbcSize:
Enabled: false
Metrics/BlockLength:
Exclude:
- 'Rakefile'
- 'features/step_definitions/**/*'
Metrics/LineLength:
Enabled: false
Style/Documentation:
Enabled: false
Style/FrozenStringLiteralComment:
Enabled: false
Style/GlobalVars:
Enabled: false
Style/NumericPredicate:
Exclude:
- 'features/step_definitions/**/*'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment