Sha256: 3a34bd35d34a43f77df17d8eb89ac37092fc2caf5e22f56ac18e9ff9619662fe
Contents?: true
Size: 1015 Bytes
Versions: 9
Compression:
Stored size: 1015 Bytes
Contents
# Refer to https://github.com/bbatsov/rubocop/blob/master/config/default.yml # for the default rubocop configuration. AllCops: Excludes: - db/schema.rb - db/fixtures/development/cooking_methods.rb - db/fixtures/development/main_ingredients.rb - db/fixtures/development/recipe_categories.rb - db/fixtures/development/special_occasions.rb - db/fixtures/development/states.rb Includes: - '*.rake' - Capfile - Gemfile - Guardfile AlignHash: Enabled: false AlignParameters: Enabled: false AsciiComments: Enabled: false ClassLength: Enabled: false Documentation: Enabled: false EmptyLines: Enabled: false Encoding: Enabled: false FavorUnlessOverNegatedIf: Enabled: false IfUnlessModifier: Enabled: false LineLength: Max: 89 MethodLength: Max: 30 MethodCalledOnDoEndBlock: Enabled: true RedundantReturn: AllowMultipleReturnValues: true RedundantSelf: Enabled: false SignalException: Enabled: false StringLiterals: Enabled: false
Version data entries
9 entries across 9 versions & 1 rubygems