1 Star 0 Fork 2

柏松/lijia_loader

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.rubocop.yml 1.45 KB
一键复制 编辑 原始数据 按行查看 历史
柏松 提交于 2023-02-10 18:30 . 首次提交
require: rubocop-sketchup
# If you want to use the same codding pattern as SketchUp's projects, enable
# the next line. RuboCop will then use the coding pattern from the
# rubocop-sketchup project. This coding pattern is a more relaxed version than
# the default RuboCop pattern.
# inherit_from: https://raw.githubusercontent.com/SketchUp/rubocop-sketchup/master/sketchup-style.yml
AllCops:
# This prevents normal RuboCop cops to run. Disable this to get full static
# analysis of your Ruby code.
DisabledByDefault: true
DisplayCopNames: true
DisplayStyleGuide: true
ExtraDetails: true
Exclude:
- ruby/vendor/**/* # Exclude skippy vendor folder
- ruby/main.rb
SketchUp:
SourcePath: src
TargetSketchUpVersion: 2020
Exclude: # Exclude common folders.
- profiling/
- skippy/
- tests/
TargetRubyVersion: 2.5 # Should have been 2.0 but RuboCop dropped support.
# 根据自己项目修改的一些规则
Style/AsciiComments:
Enabled: false
SketchupRequirements/FileStructure:
Enabled: false
SketchupSuggestions/FileEncoding:
Enabled: false
SketchupRequirements/ExtensionNamespace:
Enabled: false
SketchupSuggestions/ModelEntities:
Enabled: false
# If DisabledByDefault is set to true then we need to enable the SketchUp
# related departments:
SketchupDeprecations:
Enabled: true
SketchupPerformance:
Enabled: true
SketchupRequirements:
Enabled: true
SketchupSuggestions:
Enabled: true
SketchupBugs:
Enabled: true
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Ruby
1
https://gitee.com/baisong/lijia_loader.git
[email protected]:baisong/lijia_loader.git
baisong
lijia_loader
lijia_loader
master

搜索帮助