This website requires JavaScript.
Explore
Help
Sign In
rancher
/
cli
mirror of
https://github.com/rancher/cli.git
Watch
1
Star
0
Fork
You've already forked cli
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
main
cli
/
scripts
/
lint
8 lines
87 B
Bash
Executable File
Raw
Permalink
Blame
History
#!/bin/bash
set
-e
cd
$(
dirname
$0
)
/..
echo
Running: golangci-lint
golangci-lint run
Reference in New Issue
View Git Blame
Copy Permalink