Sha256: b56f2270a769c59e65d6e86b1f59c3bc345e2b10b5f82168d0f7999451673363
Contents?: true
Size: 711 Bytes
Versions: 9
Compression:
Stored size: 711 Bytes
Contents
engines: rubocop: enabled: true checks: Rubocop/Metrics/LineLength: enabled: true max: 120 Rubocop/Style/Documentation: enabled: false Rubocop/Lint/HandleExceptions: enabled: true exclude: - rakelib/*.rake Rubocop/Lint/NestedMethodDefinition: enabled: true exclude: - lib/dry/container/mixin.rb Rubocop/Metrics/MethodLength: enabled: true exclude: - lib/dry/container/mixin.rb Rubocop/Style/FileName: enabled: true exclude: - lib/dry-container.rb ratings: paths: - lib/**/*.rb exclude_paths: - spec/**/* - examples/**/*
Version data entries
9 entries across 9 versions & 1 rubygems