1
0
mirror of https://github.com/mgechev/revive.git synced 2025-02-07 13:31:42 +02:00
revive/config/testdata/malformed.toml

9 lines
225 B
TOML
Raw Normal View History

2020-10-29 14:11:52 +01:00
ignoreGeneratedHeader = false
severity = "warning"
confidence = 0.8
errorCode = 0
warningCode = 0
[rule.add-constant]
arguments = [maxLitCount = "3",allowStrs ="\"\"",allowInts="0,1,2",allowFloats="0.0,0.,1.0,1.,2.0,2."}]