Skip to content

Commit

Permalink
[ci] Remove nonsense exclusion
Browse files Browse the repository at this point in the history
The exclusion of tag_controller_test has nonsense because this
controller and test was removed.
  • Loading branch information
David Kang committed Dec 12, 2017
1 parent 09f26e0 commit 3e14985
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,6 @@ Metrics/ModuleLength:
Lint/EndAlignment:
EnforcedStyleAlignWith: variable

# Checks for nested method definitions
Lint/NestedMethodDefinition:
Exclude:
- 'src/api/test/functional/tag_controller_test.rb'

##################### Rails ##################################

Rails:
Expand Down

0 comments on commit 3e14985

Please sign in to comment.