Skip to content

Commit

Permalink
Addresses rubocop issues
Browse files Browse the repository at this point in the history
  • Loading branch information
alxberardi committed Dec 8, 2016
1 parent 4fa9fe4 commit 1f4474d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ Style/SignalException:

Style/SafeNavigation:
Enabled: false

Style/FileName:
Exclude:
- gemfiles/Gemfile.*.rb
2 changes: 1 addition & 1 deletion spec/sensitive_data/middleware/occurrence_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"Url: https://test.example.com.au/test\n"\
"Filtered Params: {:credit_cards=>\"[FILTERED] and [FILTERED]\"}\n"\
"Session: {\"session_id\"=>\"01ab02cd\"}\n"\
"Matches Count: {\"CreditCard\"=>2}"
'Matches Count: {"CreditCard"=>2}'
}

specify { expect(occurrence.to_h).to eq expected_to_h }
Expand Down
1 change: 1 addition & 0 deletions spec/support/coverage_loader.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# frozen_string_literal: true
require 'simplecov-rcov'
require 'coveralls'
require 'coverage/kit'
Expand Down

0 comments on commit 1f4474d

Please sign in to comment.