@@ -416,7 +416,7 @@ linters:
416416 # Default: false
417417 check-type-assertions : true
418418
419- # report about assignment of errors to blank identifier: `num, _ := strconv.Atoi(numStr)`.
419+ # Report about assignment of errors to blank identifier: `num, _ := strconv.Atoi(numStr)`.
420420 # Such cases aren't reported by default.
421421 # Default: false
422422 check-blank : true
@@ -442,7 +442,7 @@ linters:
442442 # from json encoding functions that are safe to be ignored,
443443 # because they are not possible to happen.
444444 #
445- # if check-error-free-encoding is set to true and errcheck linter is enabled,
445+ # If check-error-free-encoding is set to true and errcheck linter is enabled,
446446 # it is recommended to add the following exceptions to prevent from false positives:
447447 #
448448 # linters:
@@ -652,7 +652,7 @@ linters:
652652 force-expect-to : true
653653
654654 # Best effort validation of async intervals (timeout and polling).
655- # Ignored the `suppress-async-assertion` is true.
655+ # Ignored if `suppress-async-assertion` is true.
656656 # Default: false
657657 validate-async-intervals : true
658658
@@ -1396,7 +1396,7 @@ linters:
13961396 COMPANY : MY COMPANY
13971397 regexp :
13981398 # Define here regexp type values.
1399- # for example:
1399+ # For example:
14001400 AUTHOR : .*@mycompany\.com
14011401 # The template used for checking.
14021402 # Put here copyright header template for source code files.
@@ -1962,7 +1962,7 @@ linters:
19621962 # Do not allow non-required aliases.
19631963 # Default: false
19641964 no-extra-aliases : true
1965- # List of aliases
1965+ # List of aliases.
19661966 # Default: []
19671967 alias :
19681968 # Using `servingv1` alias for `knative.dev/serving/pkg/apis/serving/v1` package.
0 commit comments