1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2025-06-26 12:30:18 +02:00

gems: include rubocop-rspec and fix linting

This commit is contained in:
cn
2020-12-25 18:05:41 +01:00
parent 1c1bcd253a
commit 5444782ead
3 changed files with 9 additions and 1 deletions

View File

@ -1,5 +1,6 @@
require:
- rubocop-rake
- rubocop-rspec
AllCops:
TargetRubyVersion: '2.5'
@ -89,3 +90,9 @@ Style/SymbolArray:
Style/TrailingCommaInArrayLiteral:
Enabled: false
RSpec/ExampleLength:
Max: 20
RSpec/MultipleExpectations:
Max: 20