Created
March 6, 2015 08:19
-
-
Save crmaxx/4744cd5f4428ac0923c6 to your computer and use it in GitHub Desktop.
My rubocop rules
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Style/IfUnlessModifier: | |
MaxLineLength: 120 | |
Style/WhileUntilModifier: | |
MaxLineLength: 120 | |
Style/AsciiComments: | |
Enabled: false | |
Style/DotPosition: | |
Enabled: false | |
Style/MultilineOperationIndentation: | |
Enabled: false | |
StringLiterals: | |
Enabled: false | |
Metrics/ClassLength: | |
Max: 300 | |
MethodLength: | |
Max: 25 | |
Metrics/LineLength: | |
Max: 120 | |
AllowURI: true | |
Metrics/AbcSize: | |
Max: 25 | |
Documentation: | |
Enabled: false | |
# TODO: Fix this | |
# AllCops: | |
# Include: | |
# - **/Rakefile | |
# - **/Capfile | |
# - **/config.ru | |
# Exclude: | |
# - db/** | |
# - config/** | |
# - script/** | |
# - faye/** |
и Style/DotPosition у нас вроде приняли leading?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
а что на счёт: