Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisvisco committed Sep 15, 2022
1 parent 634ef71 commit cd33032
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ linters:
- dupl # Tool for code clone detection
- goconst # Finds repeated strings that could be replaced by a constant
- gocyclo # Computes and checks the cyclomatic complexity of functions
- goimports
- misspell # Finds commonly misspelled English words in comments
- lll # Reports long lines
- unparam # Reports unused function parameters
Expand Down

0 comments on commit cd33032

Please sign in to comment.