mirror of
https://github.com/microsoft/regorus.git
synced 2026-08-05 02:16:11 +00:00
* Update ruby binding deps, ruby gem version 0.2.3 * and gem version to 0.2.3 * specify bunlder and rubygems version for CI
30 lines
418 B
YAML
30 lines
418 B
YAML
require:
|
|
- rubocop-minitest
|
|
- rubocop-rake
|
|
|
|
AllCops:
|
|
TargetRubyVersion: 3.4
|
|
NewCops: enable
|
|
|
|
Layout/LineLength:
|
|
Max: 180
|
|
|
|
Lint/EmptyClass:
|
|
Enabled: false
|
|
|
|
Metrics/ClassLength:
|
|
Exclude:
|
|
- 'test/**/*.rb'
|
|
|
|
Metrics/MethodLength:
|
|
Enabled: false
|
|
|
|
Style/StringLiterals:
|
|
EnforcedStyle: double_quotes
|
|
|
|
Style/StringLiteralsInInterpolation:
|
|
EnforcedStyle: double_quotes
|
|
|
|
Style/WordArray:
|
|
Enabled: false
|