1 Star 0 Fork 0

luwenchun/test1

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.rubocop.yml 783 Bytes
一键复制 编辑 原始数据 按行查看 历史
AllCops:
Rails:
Enabled: true
Exclude:
- 'db/schema.rb'
- 'db/migrate/*'
Style/Documentation:
Enabled: false
Style/AsciiComments:
Enabled: false
Style/IfUnlessModifier:
Enabled: false
Style/RedundantSelf:
Enabled: false
Style/RaiseArgs:
EnforcedStyle: compact
Style/MutableConstant:
Enabled: false
Metrics/LineLength:
Max: 1200
Metrics/ClassLength:
Max: 1200
Metrics/MethodLength:
Max: 1200
Metrics/ModuleLength:
Max: 1200
Metrics/CyclomaticComplexity:
Enabled: false
Metrics/AbcSize:
Enabled: false
Metrics/PerceivedComplexity:
Enabled: false
Rails/TimeZone:
Enabled: false
Style/GlobalVars:
Enabled: false
Style/GuardClause:
Enabled: false
Rails/FindBy:
Enabled: false
Rails/HasAndBelongsToMany:
Enabled: false
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/luwenchun/test1.git
git@gitee.com:luwenchun/test1.git
luwenchun
test1
test1
master

搜索帮助