diff options
| -rw-r--r-- | Library/.rubocop.yml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml index 74aa17b14..86cff402b 100644 --- a/Library/.rubocop.yml +++ b/Library/.rubocop.yml @@ -3,14 +3,6 @@ AllCops: - 'Homebrew/vendor/**/*' - 'Homebrew/test/vendor/**/*' -# Ruby 1.8 compatibility -Style/DotPosition: - EnforcedStyle: trailing -Style/HashSyntax: - EnforcedStyle: hash_rockets -Style/TrailingCommaInArguments: - EnforcedStyleForMultiline: no_comma - # ruby style guide favorite Style/StringLiterals: EnforcedStyle: double_quotes |
