Skip to content

Commit

Permalink
Add lots of ideas for potential checks
Browse files Browse the repository at this point in the history
  • Loading branch information
pabs3 committed Aug 30, 2021
1 parent 18e0e22 commit 8df0639
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions data/emacs.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# TODO: https://github.com/purcell/package-lint
2 changes: 2 additions & 0 deletions data/go.ini
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,5 @@ command = grep -nH go:generate {files}
# TODO: https://github.com/fzipp/gocyclo
# TODO: https://github.com/mvdan/gofumpt
# TODO: https://github.com/FiloSottile/vendorcheck
# TODO: https://github.com/praetorian-inc/gokart
# TODO: https://github.com/sanposhiho/wastedassign
1 change: 1 addition & 0 deletions data/javascript.ini
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,4 @@ command = gjslint {files}
# TODO: https://github.com/ajinabraham/nodejsscan
# TODO: https://github.com/ajinabraham/njsscan
# TODO: https://github.com/standard/semistandard
# TODO: https://github.com/Tade0/permit-a38/
1 change: 1 addition & 0 deletions data/kaitai.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# TODO: https://github.com/kaitai-io/ksylint
1 change: 1 addition & 0 deletions data/misc.ini
Original file line number Diff line number Diff line change
Expand Up @@ -202,3 +202,4 @@ command = grep -nHrF mailto:/ {cwd}
# TODO: https://github.com/wireghoul/graudit
# TODO: https://github.com/doyensec/regexploit
# TODO: https://github.com/eth0izzle/shhgit
# TODO: https://github.com/pre-commit/pre-commit-hooks
1 change: 1 addition & 0 deletions data/opengl.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# TODO: spirv-lint
2 changes: 2 additions & 0 deletions data/python.ini
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ command = check-manifest
# TODO: https://github.com/r1chardj0n3s/pip-check-reqs
# TODO: https://github.com/asottile/reorder_python_imports
# TODO: https://github.com/asottile/pyupgrade
# TODO: https://github.com/asottile/flake8-typing-imports
# TODO: https://github.com/python-security/pyt
# TODO: https://github.com/python-modernize/python-modernize
# TODO: https://github.com/marcoeilers/nagini/
Expand All @@ -165,3 +166,4 @@ command = check-manifest
# TODO: https://github.com/ikamensh/flynt
# TODO: https://github.com/asottile/pyupgrade
# TODO: https://github.com/econchick/interrogate
# TODO: https://github.com/SourceCode-AI/aura
1 change: 1 addition & 0 deletions data/rust.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ command = grep -nHw unsafe {files}
# TODO: https://github.com/EmbarkStudios/cargo-deny
# TODO: https://github.com/kbknapp/cargo-outdated
# TODO: https://github.com/rust-secure-code/cargo-geiger/
# TODO: https://github.com/rustsec/rustsec
1 change: 1 addition & 0 deletions data/swagger.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# TODO: https://github.com/Yelp/swagger_spec_validator
1 change: 1 addition & 0 deletions data/unity.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# TODO: https://github.com/DeNA/unity-meta-check

0 comments on commit 8df0639

Please sign in to comment.