Skip to content

Commit

Permalink
Tweak rubocop rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Temikus committed Jun 22, 2018
1 parent 50ca79d commit 6040ca3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ Style/FrozenStringLiteralComment:
Style/HashSyntax:
EnforcedStyle: no_mixed_keys

# Do not enforce %i syntax
Style/SymbolArray:
Enabled: false

# HoundCI config

AllCops:
Expand Down
2 changes: 1 addition & 1 deletion tasks/test.rake
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ namespace :test do
t.name = "sqlv1"
t.description = "Run SQLv1 API tests"
t.libs << "test"
t.pattern = FileList["test/integration/sql/test_common*.rb","test/integration/sql/test_v1*.rb"]
t.pattern = FileList["test/integration/sql/test_common*.rb", "test/integration/sql/test_v1*.rb"]
t.warning = false
t.verbose = true
end
Expand Down

0 comments on commit 6040ca3

Please sign in to comment.