Sha256: 1e09faeef5f03f7e6ae3716913c5d86ce4682f820ca4e05af847296872e57e5b
Contents?: true
Size: 667 Bytes
Versions: 7
Compression:
Stored size: 667 Bytes
Contents
# https://github.com/bbatsov/rubocop/blob/master/manual/configuration.md # http://blog-ja.sideci.com/entry/2015/03/26/103000 # http://rochefort.hatenablog.com/entry/2014/08/14/073000 AllCops: Include: - '**/Rakefile' - '**/config.ru' Exclude: - 'db/**/*' - 'config/**/*' DisplayCopNames: true TargetRubyVersion: 2.3 Rails: Enabled: true LineLength: Max: 120 # http://qiita.com/tbpgr/items/7f49fdc42e4bfe47e331 # https://github.com/bbatsov/rubocop/pull/735/files Style/TrailingCommaInLiteral: EnforcedStyleForMultiline: comma Style/Documentation: Enabled: false Style/BlockDelimiters: Enabled: true Exclude: - 'spec/**/*'
Version data entries
7 entries across 7 versions & 1 rubygems