Sha256: a21d860f9bb3d7b93918552e80db8e65f05f3d41073e4865793df2871ad2641c
Contents?: true
Size: 1.94 KB
Versions: 5
Compression:
Stored size: 1.94 KB
Contents
AllCops: TargetRubyVersion: 2.4 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 Exclude: - 'lib/reported_result_extractor.rb' 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
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
cqm-validators-4.0.1 | .rubocop.yml |
cqm-validators-3.1.3 | .rubocop.yml |
cqm-validators-4.0.0 | .rubocop.yml |
cqm-validators-3.1.2 | .rubocop.yml |
cqm-validators-3.1.1 | .rubocop.yml |