4 Star 2 Fork 0

Gitee 极速下载 / pry

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/pry/pry
克隆/下载
.rubocop.yml 1.37 KB
一键复制 编辑 原始数据 按行查看 历史
inherit_from: .rubocop_todo.yml
# Prevents Ruby 3.1 incompatibility error. You can enable this cop when Ruby 2.4 support is dropped.
# See https://github.com/rubocop/rubocop/issues/10258
Layout/BlockAlignment:
Enabled: false
Style/NumericPredicate:
Enabled: false
Layout/IndentHeredoc:
Enabled: false
Naming/MethodName:
Exclude:
- 'spec/code_object_spec.rb'
- 'lib/pry/method.rb'
- 'lib/pry/wrapped_module.rb'
- 'lib/pry/code.rb'
Metrics/ModuleLength:
Exclude:
- 'lib/pry/config/behavior.rb'
Layout/CommentIndentation:
Exclude:
- 'spec/fixtures/example_nesting.rb'
Layout/MultilineMethodCallIndentation:
EnforcedStyle: indented
Style/ClassAndModuleChildren:
Exclude:
- 'spec/fixtures/example_nesting.rb'
Style/Semicolon:
Exclude:
- 'spec/method_spec.rb'
Style/SingleLineMethods:
Exclude:
- 'spec/method_spec.rb'
- 'spec/fixtures/example_nesting.rb'
Style/StringLiterals:
Enabled: false
Metrics/LineLength:
Max: 90
Bundler/OrderedGems:
Enabled: false
Style/DoubleNegation:
Enabled: false
Style/Documentation:
Enabled: false
Style/CommentedKeyword:
Exclude:
- 'spec/fixtures/example_nesting.rb'
Gemspec/RequiredRubyVersion:
Enabled: false
Style/ModuleFunction:
Enabled: false
Style/FrozenStringLiteralComment:
Enabled: true
EnforcedStyle: always
Exclude:
- 'spec/fixtures/example_nesting.rb'
Ruby
1
https://gitee.com/mirrors/pry.git
git@gitee.com:mirrors/pry.git
mirrors
pry
pry
master

搜索帮助