1 Star 0 Fork 4

神殇/amtf_su

forked from yiguxianyun/amtf-gwc 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.rubocop.yml 1.14 KB
一键复制 编辑 原始数据 按行查看 历史
laoyu 提交于 2022-05-04 21:53 . kk
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/main/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:
- src/*/vendor/**/* # Exclude skippy vendor folder
SketchUp:
SourcePath: src
TargetSketchUpVersion: 2020
Exclude: # Exclude common folders.
- profiling/
- skippy/
- tests/
TargetRubyVersion: 2.5 # Should have been 2.0 but RuboCop dropped support.
# 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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wdjz/amtf_su.git
git@gitee.com:wdjz/amtf_su.git
wdjz
amtf_su
amtf_su
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385