Skip to content

Commit

Permalink
[ci] Disable rubocop Capybara/FeatureMethods
Browse files Browse the repository at this point in the history
because our spec structure relies on that (e.g. subfolders), we need to fix it properly.
  • Loading branch information
ChrisBr committed Jun 12, 2018
1 parent 6bc585f commit 2019f36
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,8 @@ Rails/Output:
# Disabled due to a bug
Rails/BulkChangeTable:
Enabled: false

# Disabled as we currently violate it everywhere in spec/features directory
# we first need to discuss if we want to move this directory and then fix the violation
Capybara/FeatureMethods:
Enabled: false

0 comments on commit 2019f36

Please sign in to comment.