Skip to content

Instantly share code, notes, and snippets.

@rianrainey
Created August 31, 2016 22:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rianrainey/4d8300c290b6fb6591e495c313040ed7 to your computer and use it in GitHub Desktop.
Save rianrainey/4d8300c290b6fb6591e495c313040ed7 to your computer and use it in GitHub Desktop.
require: rubocop-rspec
#inherit_from: .rubocop_todo.yml
AllCops:
Exclude:
- bin/**/*
- db/**/*
- script/**/*
- vendor/**/*
- fixtures/**/*
- doc/**/* # TODO: Can fix
- Guardfile
- tmp
Rails:
Enabled: true
# TODO: Enable/Uncomment these
#RSpec/DescribeClass:
# Exclude:
# - spec/features/**/*
# - spec/requests/**/*
# - spec/routing/**/*
#
#RSpec/NotToNot:
# Enabled: false
#
#Performance/RedundantMerge:
# Enabled: false
#
#Metrics/AbcSize:
# Enabled: false
#
#Metrics/CyclomaticComplexity:
# Enabled: false
#
#Metrics/LineLength:
# Max: 120
#
#Metrics/MethodLength:
# Enabled: false
#
#Style/AlignHash:
# Enabled: false
#
#Style/TrailingCommaInArguments:
# EnforcedStyleForMultiline: no_comma
#
#Style/TrailingCommaInLiteral:
# Enabled: false
#
#Style/Documentation:
# Enabled: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment