Sha256: fee85a75b8d5887fd0b30eadada6a2a756a0b53258b3b984a9deb73919e0d745
Contents?: true
Size: 1.09 KB
Versions: 10
Compression:
Stored size: 1.09 KB
Contents
AllCops: TargetRubyVersion: 2.3 Include: - Rakefile - config.ru Exclude: - Rakefile - bin/* - config.ru - config/**/* - db/**/* - doc/**/* - gems/**/* - gems/*/vendor/**/* - script/**/* - sh/**/* - spec/rails_helper.rb - spec/spec_helper.rb - vendor/**/* - spec/support/v20140601/requests_helper.rb Style/FrozenStringLiteralComment: Enabled: false Metrics/LineLength: Max: 140 Rails: Enabled: true Rails/HasAndBelongsToMany: Enabled: false Style/Documentation: Enabled: false Style/BlockDelimiters: Enabled: false Style/CollectionMethods: PreferredMethods: collect: 'map' collect!: 'map!' inject: 'reduce' detect: 'find' find_all: 'select' Style/TrivialAccessors: Enabled: true ExactNameMatch: true AllowPredicates: true # TODO in the future try to reduce this section: Metrics/AbcSize: Max: 36 Metrics/ClassLength: Max: 125 Metrics/ModuleLength: Max: 150 Metrics/MethodLength: Max: 30 # "Prefer !expression.nil? over expression != nil." no way! Style/NonNilCheck: Enabled: false
Version data entries
10 entries across 10 versions & 1 rubygems