diff options
| author | Markus Reiter | 2017-10-11 15:32:39 +0200 |
|---|---|---|
| committer | Markus Reiter | 2017-10-11 17:43:54 +0200 |
| commit | 04363b25a3422ba1409a8853f14f16bfb7604d17 (patch) | |
| tree | 659a78ea021cc4517b485e51225787882e88263c /Library/.rubocop.yml | |
| parent | 56458f03fcc68ef6d8ee3ee4a7c1d16021aa5800 (diff) | |
| download | brew-04363b25a3422ba1409a8853f14f16bfb7604d17.tar.bz2 | |
Properly handle special characters in file names.
Diffstat (limited to 'Library/.rubocop.yml')
| -rw-r--r-- | Library/.rubocop.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml index dd6e039b0..fd90a2dde 100644 --- a/Library/.rubocop.yml +++ b/Library/.rubocop.yml @@ -94,6 +94,9 @@ Performance/Caller: Style/Alias: EnforcedStyle: prefer_alias +Style/AsciiComments: + Enabled: false + Style/AutoResourceCleanup: Enabled: true |
