config/rails.yml in rubocop-github-0.2.3 vs config/rails.yml in rubocop-github-0.3.0

- old
+ new

@@ -36,9 +36,13 @@ Style/OneLineConditional: Exclude: - 'app/views/**/*.erb' +Style/Semicolon: + Exclude: + - 'app/views/**/*.erb' + Style/SpaceInsideParens: Exclude: - 'app/views/**/*.erb' Style/StringLiterals: