Skip to content

Commit

Permalink
remove XDeclaredButNotUsed exclusion from Nim configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
tersec committed Nov 11, 2023
1 parent 9ec7b70 commit b193d03
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion beacon_chain/nim.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@
-d:chronosStrictException
--styleCheck:usages
--styleCheck:hint
--hint[XDeclaredButNotUsed]:off
--hint[ConvFromXtoItselfNotNeeded]:off
--hint[Processing]:off
1 change: 0 additions & 1 deletion ncli/nim.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@
-d:chronosStrictException
--styleCheck:usages
--styleCheck:hint
--hint[XDeclaredButNotUsed]:off
--hint[ConvFromXtoItselfNotNeeded]:off
--hint[Processing]:off
1 change: 0 additions & 1 deletion tests/nim.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@
-d:chronosStrictException
--styleCheck:usages
--styleCheck:hint
--hint[XDeclaredButNotUsed]:off
--hint[ConvFromXtoItselfNotNeeded]:off
--hint[Processing]:off

0 comments on commit b193d03

Please sign in to comment.