Sha256: 58845bb5b985b23088e721b94ad41c1387391bd8394ab6ba96e046fe6c7dff3f
Contents?: true
Size: 1.89 KB
Versions: 1
Compression:
Stored size: 1.89 KB
Contents
AllCops: TargetRubyVersion: 2.6 Exclude: - bin/* Style/Documentation: Enabled: false # TODO: remove this exception when java_processor.rb is fixed to rescue StandardError Style/HashEachMethods: Enabled: false Style/HashTransformKeys: Enabled: false Style/HashTransformValues: Enabled: false Lint/RescueException: Exclude: - 'lib/schematron/java_processor.rb' Metrics/AbcSize: # The ABC size is a calculated magnitude, so this number can be a Fixnum or # a Float. Max: 32 Exclude: - 'test/**/*.rb' # TODO: remove exclusions below this line as ABC Size is fixed - 'lib/performance_rate_validator.rb' Metrics/BlockLength: Exclude: - 'test/factories/*' Metrics/ClassLength: Max: 120 Exclude: - 'test/**/*' # TODO: remove exclusions below this line as Class length is fixed - 'lib/qrda_qdm_template_validator.rb' Layout/LineLength: Max: 150 Exclude: - 'test/**/*' # TODO: remove exclusions below this line as line length is fixed - 'lib/reported_result_extractor.rb' - 'lib/data_validator.rb' - 'lib/measure_validator.rb' Metrics/MethodLength: CountComments: false # count full line comments? Max: 20 Exclude: - 'test/**/*' # TODO: remove exclusions below this line as method length is fixed - 'lib/reported_result_extractor.rb' Metrics/ModuleLength: Max: 110 Exclude: # TODO: remove exclusions below this line as module length is fixed - 'lib/reported_result_extractor.rb' # Avoid complex methods. Metrics/CyclomaticComplexity: Max: 10 Metrics/PerceivedComplexity: Max: 10 Naming/MethodParameterName: Enabled: false Style/DateTime: Enabled: false Style/GuardClause: MinBodyLength: 100 Exclude: # TODO: remove exclusions below this line as ABC Size is fixed - 'lib/performance_rate_validator.rb' Style/MixinUsage: Exclude: - 'test/test_helper.rb' Style/RescueStandardError: Enabled: false
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cqm-validators-3.0.0 | .rubocop.yml |