| LOW | .golangci.yml | 1 | # This configuration file is not a recommendation. |
| LOW | .goreleaser.yml | 101 | ## The release is done manually and locally, with goreleaser after the release of the other elements. |
| LOW | .golangci.next.reference.yml | 1 | # This file contains all available configuration options |
| LOW | .golangci.next.reference.yml | 341 | # Rules to apply. |
| LOW | .golangci.next.reference.yml | 361 | # - `strict`: allowed only if it matches the allow list and either doesn't match the deny list or the allow ru |
| LOW | .golangci.next.reference.yml | 421 | empty-line: false |
| LOW | .golangci.next.reference.yml | 441 | |
| LOW | .golangci.next.reference.yml | 461 | # linters: |
| LOW | .golangci.next.reference.yml | 501 | # Program elements to check for exhaustiveness. |
| LOW | .golangci.next.reference.yml | 521 | # Only run exhaustive check on switches with "//exhaustive:enforce" comment. |
| LOW | .golangci.next.reference.yml | 541 | - 'example\.com/package\.ExampleStruct[\d]{1,2}' |
| LOW | .golangci.next.reference.yml | 581 | # Optional message that gets included in error reports. |
| LOW | .golangci.next.reference.yml | 601 | # This makes it possible to handle import renaming and forbid struct fields and methods. |
| LOW | .golangci.next.reference.yml | 621 | # If lower than 0, disable the check. |
| LOW | .golangci.next.reference.yml | 661 | # Don't trigger warnings for HaveLen(0) |
| LOW | .golangci.next.reference.yml | 701 | # Default: 30 (but we recommend 10-20) |
| LOW | .golangci.next.reference.yml | 721 | # Default: 3 |
| LOW | .golangci.next.reference.yml | 741 | # Represents a string passed as an argument to a function call. |
| LOW | .golangci.next.reference.yml | 761 | # Ignore string literals in calls to these functions |
| LOW | .golangci.next.reference.yml | 781 | # https://go-critic.com/overview.html#appendassign |
| LOW | .golangci.next.reference.yml | 801 | # Detects suspicious regexp patterns. |
| LOW | .golangci.next.reference.yml | 821 | - captLocal |
| LOW | .golangci.next.reference.yml | 841 | # https://go-critic.com/overview.html#deferinloop |
| LOW | .golangci.next.reference.yml | 861 | # Detects multiple imports of the same package under different aliases. |
| LOW | .golangci.next.reference.yml | 881 | - emptyFallthrough |
| LOW | .golangci.next.reference.yml | 901 | # https://go-critic.com/overview.html#filepathjoin |
| LOW | .golangci.next.reference.yml | 921 | # Detects when imported package names shadowed in the assignments. |
| LOW | .golangci.next.reference.yml | 941 | - newDeref |
| LOW | .golangci.next.reference.yml | 961 | # https://go-critic.com/overview.html#preferfprint |
| LOW | .golangci.next.reference.yml | 981 | # Detects redundant fmt.Sprint calls. |
| LOW | .golangci.next.reference.yml | 1001 | - singleCaseSwitch |
| LOW | .golangci.next.reference.yml | 1021 | # https://go-critic.com/overview.html#sqlquery |
| LOW | .golangci.next.reference.yml | 1041 | # Detects TODO comments without detail/assignee. |
| LOW | .golangci.next.reference.yml | 1061 | - typeUnparen |
| LOW | .golangci.next.reference.yml | 1081 | # https://go-critic.com/overview.html#unnecessarydefer |
| LOW | .golangci.next.reference.yml | 1261 | # Min number of statements inside a branch to trigger a warning. |
| LOW | .golangci.next.reference.yml | 1281 | # |
| LOW | .golangci.next.reference.yml | 1301 | # By default, if a path is relative, it is relative to the directory where the golangci-lint command is execut |
| LOW | .golangci.next.reference.yml | 1341 | default: all |
| LOW | .golangci.next.reference.yml | 1481 | replace-allow-list: |
| LOW | .golangci.next.reference.yml | 1721 | global: |
| LOW | .golangci.next.reference.yml | 1741 | # Maximum allowed entropy of the string. |
| LOW | .golangci.next.reference.yml | 1761 | # - Println |
| LOW | .golangci.next.reference.yml | 1781 | # Regexp pattern to find potential directory traversal. |
| LOW | .golangci.next.reference.yml | 1821 | govet: |
| LOW | .golangci.next.reference.yml | 1921 | # Check for unused results of calls to some functions. |
| LOW | .golangci.next.reference.yml | 2001 | unusedresult: |
| LOW | .golangci.next.reference.yml | 2021 | # Default: false |
| LOW | .golangci.next.reference.yml | 2101 | check-escaping-errors: true |
| LOW | .golangci.next.reference.yml | 2121 | # - `stdlib` for standard library |
| LOW | .golangci.next.reference.yml | 2141 | # |
| LOW | .golangci.next.reference.yml | 2161 | klog: false |
| LOW | .golangci.next.reference.yml | 2201 | # Typos to ignore. |
| LOW | .golangci.next.reference.yml | 2361 | # Enable to require nolint directives to mention the specific linter being suppressed. |
| LOW | .golangci.next.reference.yml | 2381 | # Default: false |
| LOW | .golangci.next.reference.yml | 2401 | # Default: true |
| LOW | .golangci.next.reference.yml | 2441 | - int |
| LOW | .golangci.next.reference.yml | 2501 | # - `MarshalYAML` |
| LOW | .golangci.next.reference.yml | 3181 | exclude: [""] |
| LOW | .golangci.next.reference.yml | 3201 | # https://github.com/go-simpler/sloglint#static-message |
| 233 more matches not shown… |