# This configuration was generated by # `rubocop --auto-gen-config` # on 2017-02-25 13:02:53 -0500 using RuboCop version 0.47.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. Performance/Caller: Enabled: false Style/MultipleComparison: Enabled: false Style/YodaCondition: Enabled: false # Offense count: 37 Metrics/AbcSize: Max: 423 # Offense count: 10 # Configuration parameters: CountComments, ExcludedMethods. Metrics/BlockLength: Max: 120 # Offense count: 1 # Configuration parameters: CountBlocks. Metrics/BlockNesting: Max: 8 # Offense count: 5 # Configuration parameters: CountComments. Metrics/ClassLength: Max: 499 # Offense count: 26 Metrics/CyclomaticComplexity: Max: 69 # Offense count: 40 # Configuration parameters: CountComments. Metrics/MethodLength: Max: 150 # Offense count: 1 # Configuration parameters: CountComments. Metrics/ModuleLength: Max: 120 # Offense count: 25 Metrics/PerceivedComplexity: Max: 72 # Offense count: 16 Style/ClassVars: Exclude: - 'lib/fhir_models/bootstrap/definitions.rb' - 'lib/fhir_models/fluentpath/parse.rb' # Offense count: 14 Style/Documentation: Exclude: - 'spec/**/*' - 'test/**/*' - 'lib/fhir_models/bootstrap/definitions.rb' - 'lib/fhir_models/bootstrap/field.rb' - 'lib/fhir_models/bootstrap/generator.rb' - 'lib/fhir_models/bootstrap/hashable.rb' - 'lib/fhir_models/bootstrap/json.rb' - 'lib/fhir_models/bootstrap/model.rb' - 'lib/fhir_models/bootstrap/preprocess.rb' - 'lib/fhir_models/bootstrap/template.rb' - 'lib/fhir_models/bootstrap/xml.rb' - 'lib/fhir_models/fhir.rb' - 'lib/fhir_models/fhir_ext/structure_definition.rb' - 'lib/fhir_models/fhir_ext/structure_definition_finding.rb' - 'lib/fhir_models/fluentpath/expression.rb' - 'lib/fhir_models/fluentpath/parse.rb' # Offense count: 1 Style/MethodMissing: Exclude: - 'lib/fhir_models/bootstrap/model.rb'