Mercurial > zeropaste
view .rubocop.yml @ 446:86729239f2de
Update license wording and year
Based on original ISC license as currently used by OpenBSD.
author | nanaya <me@myconan.net> |
---|---|
date | Sat, 25 Mar 2017 17:58:49 +0900 |
parents | 68eb23b52864 |
children | 1c6a056269e6 |
line wrap: on
line source
inherit_from: .rubocop_todo.yml AllCops: Include: - Gemfile - config/local_config.rb.example Exclude: - bin/* - config/local_config.rb - db/schema.rb Rails: Enabled: true HashSyntax: EnforcedStyle: hash_rockets StringLiterals: EnforcedStyle: double_quotes