Skip to content

Commit

Permalink
golangci: disable errcheck linter in martian dir
Browse files Browse the repository at this point in the history
The are many unchecked errors in the martian code. Most of are not dangerous e.g. come from messageview (printing http logs).
Checking all these errors will increase the code complexity and decrease code readability.
  • Loading branch information
Choraden committed Aug 16, 2023
1 parent 9043433 commit c869381
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ issues:
linters:
- goheader
- gochecknoglobals
- errcheck

- linters:
- thelper
Expand Down

0 comments on commit c869381

Please sign in to comment.