|
| 1 | +# This configuration was generated by |
| 2 | +# `rubocop --auto-gen-config` |
| 3 | +# on 2017-07-19 14:12:13 -0500 using RuboCop version 0.49.1. |
| 4 | +# The point is for the user to remove these configuration records |
| 5 | +# one by one as the offenses are removed from the code base. |
| 6 | +# Note that changes in the inspected code, or installation of new |
| 7 | +# versions of RuboCop, may require this file to be generated again. |
| 8 | + |
| 9 | +# Offense count: 10 |
| 10 | +# Configuration parameters: CountComments, ExcludedMethods. |
| 11 | +Metrics/BlockLength: |
| 12 | + Max: 124 |
| 13 | + |
| 14 | +# Offense count: 2 |
| 15 | +# Cop supports --auto-correct. |
| 16 | +# Configuration parameters: AutoCorrect. |
| 17 | +Security/JSONLoad: |
| 18 | + Exclude: |
| 19 | + - 'spec/resolver_spec.rb' |
| 20 | + - 'spec/spec_helper/index.rb' |
| 21 | + |
| 22 | +# Offense count: 1 |
| 23 | +# Cop supports --auto-correct. |
| 24 | +Style/EmptyLiteral: |
| 25 | + Exclude: |
| 26 | + - 'spec/spec_helper/specification.rb' |
| 27 | + |
| 28 | +# Offense count: 2 |
| 29 | +# Cop supports --auto-correct. |
| 30 | +# Configuration parameters: EnforcedStyle, SupportedStyles. |
| 31 | +# SupportedStyles: compact, expanded |
| 32 | +Style/EmptyMethod: |
| 33 | + Exclude: |
| 34 | + - 'lib/molinillo/dependency_graph/tag.rb' |
| 35 | + |
| 36 | +# Offense count: 2 |
| 37 | +# Configuration parameters: ExpectMatchingDefinition, Regex, IgnoreExecutableScripts, AllowedAcronyms. |
| 38 | +# AllowedAcronyms: CLI, DSL, ACL, API, ASCII, CPU, CSS, DNS, EOF, GUID, HTML, HTTP, HTTPS, ID, IP, JSON, LHS, QPS, RAM, RHS, RPC, SLA, SMTP, SQL, SSH, TCP, TLS, TTL, UDP, UI, UID, UUID, URI, URL, UTF8, VM, XML, XMPP, XSRF, XSS |
| 39 | +Style/FileName: |
| 40 | + Exclude: |
| 41 | + - 'Gemfile' |
| 42 | + - 'Rakefile' |
| 43 | + |
| 44 | +# Offense count: 1 |
| 45 | +# Cop supports --auto-correct. |
| 46 | +# Configuration parameters: InverseMethods, InverseBlocks. |
| 47 | +Style/InverseMethods: |
| 48 | + Exclude: |
| 49 | + - 'lib/molinillo/resolution.rb' |
| 50 | + |
| 51 | +# Offense count: 1 |
| 52 | +# Cop supports --auto-correct. |
| 53 | +Style/MultilineIfModifier: |
| 54 | + Exclude: |
| 55 | + - 'spec/fuzz_spec.rb' |
| 56 | + |
| 57 | +# Offense count: 1 |
| 58 | +# Cop supports --auto-correct. |
| 59 | +# Configuration parameters: AutoCorrect, EnforcedStyle, SupportedStyles. |
| 60 | +# SupportedStyles: predicate, comparison |
| 61 | +Style/NumericPredicate: |
| 62 | + Exclude: |
| 63 | + - 'spec/**/*' |
| 64 | + - 'lib/molinillo/resolution.rb' |
| 65 | + |
| 66 | +# Offense count: 12 |
| 67 | +# Cop supports --auto-correct. |
| 68 | +# Configuration parameters: PreferredDelimiters. |
| 69 | +Style/PercentLiteralDelimiters: |
| 70 | + Exclude: |
| 71 | + - 'molinillo.gemspec' |
| 72 | + - 'spec/dependency_graph/log_spec.rb' |
| 73 | + - 'spec/dependency_graph_spec.rb' |
| 74 | + - 'spec/errors_spec.rb' |
| 75 | + - 'spec/fuzz_spec.rb' |
| 76 | + - 'spec/state_spec.rb' |
| 77 | + |
| 78 | +# Offense count: 1 |
| 79 | +# Cop supports --auto-correct. |
| 80 | +# Configuration parameters: MinSize, SupportedStyles. |
| 81 | +# SupportedStyles: percent, brackets |
| 82 | +Style/SymbolArray: |
| 83 | + EnforcedStyle: brackets |
0 commit comments