Skip to content

Commit

Permalink
comment rubocop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelglass committed Jan 2, 2020
1 parent e495f78 commit 36165f6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ require:

AllCops:
Exclude:
- db/schema.rb
- vendor/**/*
- bin/**/*
- db/schema.rb # autogenerated
- vendor/**/* # not our code
- bin/**/* # autogenerated

# before-filters like `find_event` cause this cop to not make so much sense
Naming/MemoizedInstanceVariableName:
Exclude:
- app/controllers/**/*

0 comments on commit 36165f6

Please sign in to comment.