4 Star 17 Fork 8

Gitee 极速下载 / motor-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/motor-admin/motor-admin
克隆/下载
.rubocop.yml 1.08 KB
一键复制 编辑 原始数据 按行查看 历史
Pete Matsyburka 提交于 2022-05-29 11:20 . update deps
require:
- rubocop-performance
- rubocop-rails
- rubocop-rspec
AllCops:
NewCops: enable
Exclude:
- node_modules/**/*
- bin/*
- vendor/**/*
- gems/**/*
- db/schema.rb
- Gemfile
TargetRubyVersion: '3.0'
Metrics/BlockLength:
Exclude:
- Rakefile
- '**/*.rake'
- spec/**/*
- config/environments/*
- config/routes.rb
Style/Documentation:
Enabled: false
Style/FetchEnvVar:
Enabled: false
Metrics/MethodLength:
Max: 20
Metrics/CyclomaticComplexity:
Max: 10
Metrics/PerceivedComplexity:
Max: 10
Metrics/AbcSize:
Max: 20
Naming/FileName:
Enabled: false
Naming/MethodParameterName:
MinNameLength: 2
Metrics/ModuleLength:
Max: 300
Rails/Date:
Enabled: false
Rails/SquishedSQLHeredocs:
Enabled: false
Rails/SkipsModelValidations:
Enabled: false
Rails/ApplicationRecord:
Enabled: false
Rails/Output:
Enabled: false
Rails/LexicallyScopedActionFilter:
Enabled: false
RSpec/ExampleLength:
Max: 20
RSpec/MultipleExpectations:
Max: 10
RSpec/NestedGroups:
Max: 5
RSpec/Capybara/VisibilityMatcher:
Enabled: false
Ruby
1
https://gitee.com/mirrors/motor-admin.git
git@gitee.com:mirrors/motor-admin.git
mirrors
motor-admin
motor-admin
master

搜索帮助