Skip to content

Commit

Permalink
Add more HUDPAGS analyzers
Browse files Browse the repository at this point in the history
  • Loading branch information
kleinesfilmroellchen committed Mar 30, 2023
1 parent 45c8fae commit 00a1201
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions hudpags.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ repository = "."
output = "./hudpags-analysis.json"
commit_sampling = "all"

[logging]
level = "INFO"

[cache]
directory = "./hudpags"

Expand All @@ -14,3 +17,12 @@ files_glob = "src/**"
type = "grep"
regex = "fixme|todo"
case_insensitive = true

[analyzers.clippy_commits]
type = "grep_commits"
regex = "clippy"
case_insensitive = true

[analyzers.dependabot]
type = "grep_commits"
regex = "Signed-off-by: dependabot\\[bot\\] <support@github\\.com>"

0 comments on commit 00a1201

Please sign in to comment.