Mercurial > zeropaste
view .rubocop.yml @ 337:6730adbd9fce
Fix yaml style.
author | edogawaconan <me@myconan.net> |
---|---|
date | Wed, 23 Apr 2014 09:34:10 +0900 |
parents | b33a7e73e592 |
children | 66ee2f5e793e |
line wrap: on
line source
AllCops: Include: - Gemfile - config/local_config.rb.example Exclude: - config/local_config.rb - db/schema.rb RunRailsCops: true HashSyntax: EnforcedStyle: hash_rockets StringLiterals: EnforcedStyle: double_quotes