Skip to content

Commit

Permalink
[frontend] Fix Lint/UnneededDisable offense
Browse files Browse the repository at this point in the history
  • Loading branch information
bgeuken committed Dec 14, 2017
1 parent f136505 commit bb3b472
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,6 @@ Lint/UnderscorePrefixedVariableName:
- 'src/api/app/models/event/base.rb'
- 'src/api/lib/api_exception.rb'

# Offense count: 1
# Cop supports --auto-correct.
Lint/UnneededDisable:
Exclude:
- 'src/api/test/unit/schema_test.rb'

# Offense count: 50
Lint/UriEscapeUnescape:
Enabled: false
Expand Down
1 change: 0 additions & 1 deletion src/api/test/unit/schema_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ class SchemaTest < ActiveSupport::TestCase
if io
testresult = io.read
io.close
# rubocop:disable Style/NumericPredicate
assert $? == 0, "#{testfile} does not validate against #{f} -> #{testresult}"
# rubocop:enable Style/NumericPredicate
end
Expand Down

0 comments on commit bb3b472

Please sign in to comment.