# This configuration was generated by # `rubocop --auto-gen-config` # on 2017-05-16 15:42:20 +0100 using RuboCop version 0.48.1. # The point is for the user to remove these configuration records # one by one as the offenses are removed from the code base. # Note that changes in the inspected code, or installation of new # versions of RuboCop, may require this file to be generated again. # Offense count: 1 Metrics/AbcSize: Max: 17 # Offense count: 1 Metrics/CyclomaticComplexity: Max: 7 # Offense count: 1 # Configuration parameters: CountComments. Metrics/MethodLength: Max: 13 # Offense count: 1 Metrics/PerceivedComplexity: Max: 8 # Offense count: 1 RSpec/DescribeMethod: Exclude: - 'spec/machinist/exceptions_spec.rb' # Offense count: 17 # Configuration parameters: Max. RSpec/ExampleLength: Exclude: - 'spec/machinist/active_record_spec.rb' - 'spec/machinist/blueprint_inheritance_spec.rb' - 'spec/machinist/blueprint_spec.rb' - 'spec/machinist/machinable_spec.rb' # Offense count: 2 RSpec/IteratedExpectation: Exclude: - 'spec/machinist/blueprint_spec.rb' - 'spec/machinist/machinable_spec.rb' # Offense count: 21 RSpec/MultipleExpectations: Max: 6 # Offense count: 1 # Configuration parameters: ExpectMatchingDefinition, Regex, IgnoreExecutableScripts, AllowedAcronyms. # 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 Style/FileName: Exclude: - 'Appraisals' # Offense count: 1 # Configuration parameters: EnforcedStyle, SupportedStyles. # SupportedStyles: format, sprintf, percent Style/FormatString: Exclude: - 'lib/machinist/blueprint.rb' # Offense count: 3 # Configuration parameters: MinBodyLength. Style/GuardClause: Exclude: - 'lib/generators/machinist/install/install_generator.rb' - 'lib/machinist/lathe.rb' # Offense count: 1 Style/MethodMissing: Exclude: - 'lib/machinist/lathe.rb' # Offense count: 1 # Configuration parameters: NamePrefix, NamePrefixBlacklist, NameWhitelist. # NamePrefix: is_, has_, have_ # NamePrefixBlacklist: is_, has_, have_ # NameWhitelist: is_a? Style/PredicateName: Exclude: - 'spec/**/*' - 'lib/machinist/blueprint.rb'