File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -747,6 +747,9 @@ linters-settings:
747747 - name : exported
748748 severity : warning
749749 disable : false
750+ arguments :
751+ - " checkPrivateReceivers"
752+ - " sayRepetitiveInsteadOfStutters"
750753 # https://github.com/mgechev/revive/blob/master/RULES_DESCRIPTIONS.md#file-header
751754 - name : file-header
752755 severity : warning
@@ -761,6 +764,7 @@ linters-settings:
761764 - name : function-result-limit
762765 severity : warning
763766 disable : false
767+ arguments : [ 2 ]
764768 # https://github.com/mgechev/revive/blob/master/RULES_DESCRIPTIONS.md#function-length
765769 - name : function-length
766770 severity : warning
@@ -878,8 +882,8 @@ linters-settings:
878882 severity : warning
879883 disable : false
880884 arguments :
881- - - ID
882- - - VM
885+ - [ "ID" ] # Allowlist
886+ - [ "VM" ] # Denylist
883887 # https://github.com/mgechev/revive/blob/master/RULES_DESCRIPTIONS.md#var-declaration
884888 - name : var-declaration
885889 severity : warning
You can’t perform that action at this time.
0 commit comments