diff --git a/ruby/.rubocop.yml b/ruby/.rubocop.yml index 9e59ba2..306c36c 100644 --- a/ruby/.rubocop.yml +++ b/ruby/.rubocop.yml @@ -24,6 +24,8 @@ Style/AsciiComments: Enabled: false Style/BarePercentLiterals: Enabled: false +Style/BracesAroundHashParameters: + Enabled: false Style/ClassAndModuleChildren: Enabled: false Style/ClassCheck: