docs: wrong URL in .golangci.reference.yml (#3113)

This commit is contained in:
Adam Bouqdib 2022-08-19 22:53:03 +01:00 committed by GitHub
parent 5e140494b6
commit 57a7e0d7b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1253,7 +1253,7 @@ linters-settings:
allowStrs: '""' allowStrs: '""'
allowInts: "0,1,2" allowInts: "0,1,2"
allowFloats: "0.0,0.,1.0,1.,2.0,2." allowFloats: "0.0,0.,1.0,1.,2.0,2."
# https://github.com/mgechev/revive/blob/master/RULES_DESCRIPTIONS.md#atomic # https://github.com/mgechev/revive/blob/master/RULES_DESCRIPTIONS.md#argument-limit
- name: argument-limit - name: argument-limit
severity: warning severity: warning
disabled: false disabled: false