Skip to content

kraashen/golangci-lint-mage-issue-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

golangci-mage-sample

Reproducing

git clone [email protected]:kraashen/golangci-lint-mage-issue-sample.git
cd golangci-lint-mage-issue-sample
mage checkall
Running target: CheckAll
Running dependency: Lint

echo $?
0
 
# only Lint target is run, but not the following subsequent target

Expected output

# expected output (with fix https://github.com/kraashen/golangci-lint/commit/34382d0b26cce750721ac05dffd941843c3d810c):

❯ mage checkall
Running target: CheckAll
Running dependency: Lint
Running dependency: VulnCheck
Scanning your code and 41 packages across 0 dependent modules for known vulnerabilities...

No vulnerabilities found.

Share feedback at https://go.dev/s/govulncheck-feedback.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages