1 Star 1 Fork 0

xdicac / rust-raspberrypi-OS-tutorials

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.rubocop.yml 825 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jzow 提交于 2023-09-15 20:22 . fix ci/cd error (#195)
# The behavior of RuboCop can be controlled via the .rubocop.yml
# configuration file. It makes it possible to enable/disable
# certain cops (checks) and to alter their behavior if they accept
# any parameters. The file can be placed either in your home
# directory or in some project directory.
#
# RuboCop will start looking for the configuration file in the directory
# where the inspected file is and continue its way up to the root directory.
#
# See https://github.com/rubocop-hq/rubocop/blob/master/manual/configuration.md
Layout/IndentationWidth:
Width: 4
AllowedPatterns: ['^\s*module']
Layout/LineLength:
Max: 100
Lint/UnusedMethodArgument:
AutoCorrect: False
Metrics/AbcSize:
Max: 25
Metrics/ClassLength:
Enabled: false
Metrics/MethodLength:
Max: 20
AllCops:
NewCops: enable
1
https://gitee.com/xdicac/rust-raspberrypi-OS-tutorials.git
git@gitee.com:xdicac/rust-raspberrypi-OS-tutorials.git
xdicac
rust-raspberrypi-OS-tutorials
rust-raspberrypi-OS-tutorials
master

搜索帮助