diff options
Diffstat (limited to '.rubocop.yml')
| -rw-r--r-- | .rubocop.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index c0d6e89..e70098a 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,3 +1,3 @@ # Allow me to write me own name on the copyright notice :) Style/AsciiComments: - Enabled: false + AllowedChars: ['é', 'à'] |
