Skip to content

Commit c5264d2

Browse files
committed
detekt 配置,不允许格式化问题出现
1 parent b72179c commit c5264d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/detekt/detekt.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
build:
2-
maxIssues: 2147483647 # 先不限制最大问题
2+
maxIssues: 0
33
excludeCorrectable: false
4-
# weights:
5-
# formatting: 0
4+
weights:
5+
formatting: 1
66
# comments: 0
77
# complexity: 0
88
# LongParameterList: 0

0 commit comments

Comments
 (0)