Skip to content

Commit

Permalink
staticcheck uses local directory
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrunde committed Nov 15, 2023
1 parent 638c660 commit c52ccae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TODO.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# count the number of issues per file

awk -F: '/.+/{files[$1]+=1;} END{for(f in files)print f" "files[f];}' <(staticcheck github.com/gSchool/glearn-cli/...) | sort -nk2
awk -F: '/.+/{files[$1]+=1;} END{for(f in files)print f" "files[f];}' <(staticcheck ./...) | sort -nk2

# Unique check errors

Expand Down

0 comments on commit c52ccae

Please sign in to comment.