Skip to content

Commit e5851dc

Browse files
committed
Update RuboCop
1 parent c4bf762 commit e5851dc

File tree

3 files changed

+4
-11
lines changed

3 files changed

+4
-11
lines changed

.rubocop.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ inherit_from: .rubocop_todo.yml
22

33
require:
44
- rubocop-packaging
5+
6+
plugins:
57
- rubocop-performance
68
- rubocop-rake
79
- rubocop-rspec
@@ -15,10 +17,6 @@ AllCops:
1517
- 'gemfiles/**/*'
1618
- 'vendor/bundle/**/*'
1719

18-
RSpec/FilePath:
19-
CustomTransform:
20-
OmniAuth: omniauth
21-
2220
RSpec/SpecFilePathFormat:
2321
CustomTransform:
2422
OmniAuth: omniauth

.rubocop_todo.yml

+1-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

spec/spec_helper.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
require 'rack/test'
1313
require 'webmock/rspec'
1414

15-
OmniAuth.config.logger = Logger.new('/dev/null')
15+
OmniAuth.config.logger = Logger.new(File::NULL)
1616
OmniAuth.config.request_validation_phase = nil
1717

1818
# This file was generated by the `rspec --init` command. Conventionally, all

0 commit comments

Comments
 (0)