mirror of
https://github.com/cmur2/openvpn-status-web.git
synced 2025-06-29 10:30:23 +02:00
gems: include rubocop-rspec and fix linting
This commit is contained in:
11
.rubocop.yml
11
.rubocop.yml
@ -1,5 +1,6 @@
|
||||
require:
|
||||
- rubocop-rake
|
||||
- rubocop-rspec
|
||||
|
||||
AllCops:
|
||||
TargetRubyVersion: '2.5'
|
||||
@ -89,3 +90,13 @@ Style/Semicolon:
|
||||
|
||||
Style/SymbolArray:
|
||||
Enabled: false
|
||||
|
||||
RSpec/ExampleLength:
|
||||
Max: 10
|
||||
|
||||
RSpec/FilePath:
|
||||
CustomTransform:
|
||||
OpenVPNStatusWeb: openvpn-status-web
|
||||
|
||||
RSpec/MultipleExpectations:
|
||||
Max: 5
|
||||
|
Reference in New Issue
Block a user