Skip to content

Commit

Permalink
chore: Updated linter rules to add struct-tag and time-equal (#1197)
Browse files Browse the repository at this point in the history
Updated linter rules to add struct-tag and time-equal

Signed-off-by: Corbin Phelps <corbin.phelps@bluemedora.com>
  • Loading branch information
Corbin Phelps authored Aug 15, 2023
1 parent c4a4683 commit f2879a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions revive/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ warningCode = 1
[rule.unused-parameter]
[rule.unreachable-code]
[rule.redefines-builtin-id]
[rule.struct-tag]
[rule.time-equal]

0 comments on commit f2879a6

Please sign in to comment.