1
0
mirror of https://github.com/mgechev/revive.git synced 2025-03-17 20:57:58 +02:00

Fix a typo: "Rule tuning" (#539)

This commit is contained in:
Abel 2021-07-01 00:25:34 +08:00 committed by GitHub
parent ea51f7aa3f
commit daffd5f7c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -317,7 +317,7 @@ enableAllRules = true
[rule.function-length]
Disabled = true
# Rule tunning
# Rule tuning
[rule.argument-limit]
Arguments = [5]
[rule.cyclomatic]