1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

Update rubocop

This commit is contained in:
Thomas Walpole 2020-06-28 14:32:48 -07:00
parent db33104edf
commit 919b6fcb7a

View file

@ -27,6 +27,8 @@ Style/RedundantRegexpCharacterClass:
Enabled: true
Style/RedundantRegexpEscape:
Enabled: true
Style/RedundantFetchBlock:
Enabled: true
Layout/LineLength:
Description: 'Limit lines to 80 characters.'