Created
August 31, 2016 22:33
-
-
Save rianrainey/4d8300c290b6fb6591e495c313040ed7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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