Skip to content

Commit

Permalink
3.7.1: rm Name hint spam
Browse files Browse the repository at this point in the history
  • Loading branch information
disruptek committed Aug 31, 2022
1 parent 52a1787 commit b69c6d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion balls.nimble
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.7.0"
version = "3.7.1"
author = "disruptek"
description = "a unittest framework with balls 🔴🟡🟢"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion balls/runner.nim
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ proc matrixTable*(matrix: Matrix): string =
proc hints*(p: Profile; ci: bool): string =
## Compute `--hint` and `--warning` flags as appropriate given Profile
## `p`, `ci` status, and compile-time Nim version information.
var omit = @["Cc", "Link", "Conf", "Processing", "Exec",
var omit = @["Cc", "Link", "Conf", "Processing", "Exec", "Name",
"XDeclaredButNotUsed"]
if ci or p.opt notin {danger}:
# ignore performance warnings outside of local danger builds
Expand Down

0 comments on commit b69c6d3

Please sign in to comment.