1017:6944e81bc60f | 1018:cf7b17e7c1a3 |
---|---|
1 --- | 1 --- |
2 # require: standard | |
3 # inherit_gem: | |
4 # standard: config/base.yml | |
5 | |
2 AllCops: | 6 AllCops: |
3 TargetRubyVersion: 2.7 | 7 TargetRubyVersion: "3.1.0" |
4 NewCops: enable | |
5 Exclude: | 8 Exclude: |
6 - vendor/**/* | 9 - vendor/**/* |
7 | 10 |
8 Layout/ArgumentAlignment: | 11 Layout/ArgumentAlignment: |
9 EnforcedStyle: with_fixed_indentation | 12 EnforcedStyle: with_fixed_indentation |