Skip to content

Commit

Permalink
Fixed the references location for constant-not-in-uppercase
Browse files Browse the repository at this point in the history
  • Loading branch information
beched committed Mar 30, 2023
1 parent 8f77f0c commit 06afd81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions solidity/constant-not-in-uppercase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ rules:
languages:
- solidity
severity: WARNING
references:
- https://github.com/compound-finance/comet/issues/396
metadata:
category: coding-style
tags:
- compound
references:
- https://github.com/compound-finance/comet/issues/396
patterns:
- metavariable-regex:
metavariable: $NAME
Expand Down

0 comments on commit 06afd81

Please sign in to comment.