Soften linter (#264)

Remove some aggressive linters: `godoc`, `goconst`, `misspel`, `nestif`,
and `prealloc.
Also remove `stylecheck` since it is subsumed by `revive`, and
the later is more configurable.

Allow tests and build stages to continue even if linter fails.

Signed-off-by: Hamza El-Saawy <hamzaelsaawy@microsoft.com>
This commit is contained in:
Hamza El-Saawy
2022-10-24 15:53:06 -04:00
committed by GitHub
parent 376b2013fe
commit a059ad7ac1
2 changed files with 2 additions and 11 deletions
-1
View File
@@ -60,7 +60,6 @@ jobs:
test:
name: Run Tests
needs:
- lint
- go-generate
runs-on: ${{ matrix.os }}
strategy: