.rubocop.yml in teamwork_api-0.1.0 vs .rubocop.yml in teamwork_api-0.1.1

- old
+ new

@@ -1,4 +1,14 @@ +require: rubocop-performance + AllCops: TargetRubyVersion: 2.5 +Metrics/BlockLength: Exclude: - - 'spec/**/**/*.rb' \ No newline at end of file + - 'Rakefile' + - 'spec/**/*.rb' +Metrics/MethodLength: + Max: 15 +Style/BlockDelimiters: + EnforcedStyle: braces_for_chaining +Style/SymbolArray: + EnforcedStyle: brackets