diff options
author | Valery Piashchynski <[email protected]> | 2024-05-07 18:21:01 +0200 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2024-05-07 18:21:01 +0200 |
commit | d1928ddc8960e0b95aa0e94fa9d44eff61f7e25e (patch) | |
tree | 33c786de27c5885944ff07a3b58d16833cfb9fe2 /.golangci.yml | |
parent | 277a6a99f3aa405fbcf476f475e09edf52439d42 (diff) |
fix: correctly expand default bash env syntax
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to '.golangci.yml')
-rw-r--r-- | .golangci.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.golangci.yml b/.golangci.yml index 51d617e6..8ed2f68f 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -54,8 +54,6 @@ linters: # All available linters list: <https://golangci-lint.run/usage/linters/ - ineffassign # Detects when assignments to existing variables are not used - misspell # Finds commonly misspelled English words in comments - nakedret # Finds naked returns in functions greater than a specified function length - - nestif # Reports deeply nested if statements - - nlreturn # checks for a new line before return and branch statements to increase code clarity - noctx # finds sending http request without context.Context - nolintlint # Reports ill-formed or insufficient nolint directives - prealloc # Finds slice declarations that could potentially be preallocated @@ -66,7 +64,6 @@ linters: # All available linters list: <https://golangci-lint.run/usage/linters/ - unparam # Reports unused function parameters - unused # Checks Go code for unused constants, variables, functions and types - whitespace # Tool for detection of leading and trailing whitespace - - wsl # Whitespace Linter - Forces you to use empty lines! issues: exclude-files: |