Sha256: cf0008ac6997a1be5157718b5e18e55b5c7407e5cd8a6f3162102563ea4aa498
Contents?: true
Size: 583 Bytes
Versions: 5
Compression:
Stored size: 583 Bytes
Contents
AllCops: Include: - 'Rakefile' - 'config.ru' - 'Gemfile' Exclude: - Guardfile - bin/**/** - db/**/** - tmp/**/**/**/** Documentation: Enabled: false Metrics/LineLength: Max: 110 Exclude: - 'Gemfile' Metrics/MethodLength: CountComments: false Max: 15 Metrics/BlockLength: CountComments: false Max: 40 Exclude: - 'Rakefile' - '**/*.rake' - 'spec/**/*.rb' - 'config/routes.rb' Style/FrozenStringLiteralComment: EnforcedStyle: when_needed Style/ClassAndModuleChildren: Exclude: - 'app/controllers/**/*.rb'
Version data entries
5 entries across 5 versions & 1 rubygems