Skip to content

Commit

Permalink
Remove obsolete linting steps from the styleguide (#1203)
Browse files Browse the repository at this point in the history
The 'staticcheck' and 'vet' linters are included in 'golanci-lint' and run as part of 'make lint'.
  • Loading branch information
Jan Schlicht authored and alenkacz committed Dec 19, 2019
1 parent e706bac commit 5977dda
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions STYLEGUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,6 @@ All code should pass the linter. For cases of intentional lint deviation, it is

`make lint`

All code should pass [staticcheck](http://staticcheck.io/).

`make staticcheck`

All code should pass `go vet`.

`make vet`


### import

The general Go approach is to have a line of separation between Go libraries and external packages. We prefer to have an additional line of separation grouping kudo packages separately at the end. Example:
Expand Down

0 comments on commit 5977dda

Please sign in to comment.