Skip to content

Instantly share code, notes, and snippets.

@sadfuzzy
Created October 29, 2014 13:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sadfuzzy/9263dbb935376b704a3c to your computer and use it in GitHub Desktop.
Save sadfuzzy/9263dbb935376b704a3c to your computer and use it in GitHub Desktop.
Rubocop config file (Mili), place it in your home directory
AllCops:
RunRailsCops: true
Style/Encoding:
Enabled: false
Style/AsciiComments:
Enabled: false
Lint/AssignmentInCondition:
Enabled: false
Style/SpaceBeforeBlockBraces:
EnforcedStyle: no_space
Metrics/LineLength:
Max: 100
@sadfuzzy
Copy link
Author

Пример файла конфигурации: https://github.com/bbatsov/rubocop/blob/master/config/default.yml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment