Skip to content

Commit

Permalink
add warning violation type.
Browse files Browse the repository at this point in the history
Signed-off-by: Krishna Gupta <belivethatkg@gmail.com>
  • Loading branch information
Krishna2323 committed Mar 29, 2024
1 parent 57751f1 commit 0887c09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CONST.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3337,6 +3337,7 @@ const CONST = {
VIOLATION_TYPES: {
VIOLATION: 'violation',
NOTICE: 'notice',
WARNING: 'warning',
},

/**
Expand Down

0 comments on commit 0887c09

Please sign in to comment.