Mercurial > zeropaste
view .rubocop.yml @ 330:96631607785f
Even more coding style.
author | edogawaconan <me@myconan.net> |
---|---|
date | Mon, 14 Apr 2014 17:17:32 +0900 |
parents | b33a7e73e592 |
children | 6730adbd9fce |
line wrap: on
line source
AllCops: Include: - "Gemfile" - "config/local_config.rb.example" Exclude: - "db/schema.rb" - "config/local_config.rb" RunRailsCops: true HashSyntax: EnforcedStyle: hash_rockets StringLiterals: EnforcedStyle: double_quotes