2 Star 0 Fork 0

GiteeStudio / grape-swagger

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.rubocop.yml 875 Bytes
一键复制 编辑 原始数据 按行查看 历史
peter scholz 提交于 2020-04-20 19:00 . Prepare release 1.1.0 (#787)
inherit_from: .rubocop_todo.yml
AllCops:
Exclude:
- vendor/**/*
- example/**/*
TargetRubyVersion: 2.7
# Layout stuff
#
Layout/EmptyLinesAroundArguments:
Enabled: false
Layout/FirstHashElementIndentation:
EnforcedStyle: consistent
Layout/LineLength:
Max: 120
Exclude:
- spec/**/*
Layout/SpaceAroundMethodCallOperator:
Enabled: true
# Lint stuff
#
Lint/RaiseException:
Enabled: true
Lint/StructNewOverride:
Enabled: true
# Metrics stuff
#
Metrics/BlockLength:
Exclude:
- spec/**/*
Metrics/ClassLength:
Max: 300
Metrics/MethodLength:
Exclude:
- spec/**/*
# Naming stuff
#
Naming:
Enabled: false
# Style stuff
#
Style/ExponentialNotation:
Enabled: true
Style/HashEachMethods:
Enabled: true
Style/HashTransformKeys:
Enabled: true
Style/HashTransformValues:
Enabled: true
Style/RegexpLiteral:
Enabled: false
1
https://gitee.com/oscstudio/grape-swagger.git
git@gitee.com:oscstudio/grape-swagger.git
oscstudio
grape-swagger
grape-swagger
master

搜索帮助