1 Star 0 Fork 182

liushaofei/lkp-tests

forked from Fengguang/lkp-tests 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.rubocop.yml 1.09 KB
一键复制 编辑 原始数据 按行查看 历史
Fengguang 提交于 2020-06-19 19:15 . rubocop: fixup config for new version
AllCops:
TargetRubyVersion: 2.7
NewCops: enable
Style/Documentation:
Enabled: false
Style/FrozenStringLiteralComment:
Enabled: false
Style/SafeNavigation:
Enabled: false
Layout/SpaceInsideHashLiteralBraces:
Enabled: false
Layout/CommentIndentation:
Enabled: false
Style/PerlBackrefs:
Enabled: false
Style/RegexpLiteral:
Enabled: false
Style/CommandLiteral:
Enabled: false
Style/PercentLiteralDelimiters:
Enabled: false
Metrics/MethodLength:
CountComments: false # count full line comments?
Max: 30
Metrics/AbcSize:
Max: 30
Metrics/BlockLength:
CountComments: false # count full line comments?
Max: 30
Exclude:
- 'Rakefile'
- '**/*.rake'
- 'spec/**/*.rb'
Style/GlobalVars:
Enabled: false
Lint/UnderscorePrefixedVariableName:
Enabled: false
Style/NumericPredicate:
Exclude:
- 'lib/job2sh.rb'
- 'lib/matrix.rb'
- 'lib/stats.rb'
Security/Eval:
Enabled: false
Security/JSONLoad:
Enabled: false
Lint/ShadowingOuterLocalVariable:
Enabled: false
Style/MissingRespondToMissing:
Enabled: false
Security/YAMLLoad:
Enabled: false
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/arick_liu/lkp-tests.git
[email protected]:arick_liu/lkp-tests.git
arick_liu
lkp-tests
lkp-tests
master

搜索帮助