Skip to content

Commit

Permalink
Add links to TODO check definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
perrybranch-galvanize authored Nov 16, 2023
1 parent 64f49e5 commit 0431fed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion TODO.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

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

# Unique check errors.
# Unique check errors. Descriptions are at https://staticcheck.dev/docs/checks
# e.g. https://staticcheck.dev/docs/checks/#SA1006

# Produce novel static check into outfile
# Remove previous tasklist
Expand Down

0 comments on commit 0431fed

Please sign in to comment.