File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,18 +16,4 @@ tasks:
1616
1717 check :
1818 desc : Run a staticcheck (staticcheck must be installed -> https://staticcheck.dev/docs/getting-started/)
19- cmds :
20- - cd cli && staticcheck -tests=false
21- - cd command && staticcheck -tests=false
22- - cd config && staticcheck -tests=false
23- - cd environment && staticcheck -tests=false
24- - cd filesystem && staticcheck -tests=false
25- - cd filter && staticcheck -tests=false
26- - cd heartbeat && staticcheck -tests=false
27- - cd logging && staticcheck -tests=false
28- - cd mqtt && staticcheck -tests=false
29- - cd process && staticcheck -tests=false
30- - cd shutdown && staticcheck -tests=false
31- - cd strings && staticcheck -tests=false
32- - cd templates && staticcheck -tests=false
33- - cd yamlconfig && staticcheck -tests=false
19+ cmd : staticcheck -tests=false ./...
You can’t perform that action at this time.
0 commit comments