mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-02-21 02:55:37 -08:00
refactor: replace deprecated linter
This commit is contained in:
parent
320ec1d7d3
commit
1e53daa687
2
.github/workflows/code.yml
vendored
2
.github/workflows/code.yml
vendored
|
@ -32,7 +32,7 @@ jobs:
|
|||
- name: Golang CI
|
||||
uses: golangci/golangci-lint-action@v2
|
||||
with:
|
||||
version: v1.31
|
||||
version: latest
|
||||
working-directory: src
|
||||
- name: Unit Tests
|
||||
run: go test . -v
|
||||
|
|
|
@ -20,13 +20,12 @@ linters:
|
|||
- gosimple
|
||||
- govet
|
||||
- ineffassign
|
||||
- interfacer
|
||||
- misspell
|
||||
- nakedret
|
||||
- noctx
|
||||
- nolintlint
|
||||
- rowserrcheck
|
||||
- scopelint
|
||||
- exportloopref
|
||||
- staticcheck
|
||||
- structcheck
|
||||
- typecheck
|
||||
|
|
Loading…
Reference in a new issue