aboutsummaryrefslogtreecommitdiff
path: root/.rubocop.yml
blob: b1e507dbb3228bd5dda02797691b73a5fc532278 (plain)
1
2
3
4
5
6
AllCops:
  NewCops: enable

# Allow me to write me own name on the copyright notice :)
Style/AsciiComments:
  AllowedChars: ['é', 'à']