Skip to content

Commit

Permalink
Fix: add 'documentation' to Classification enum in models/code_scanni…
Browse files Browse the repository at this point in the history
…ng.py
  • Loading branch information
gb-friotte authored and greenbonebot committed Nov 14, 2023
1 parent 78d852d commit 0a530b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pontos/github/models/code_scanning.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ class Classification(Enum):
GENERATED = "generated"
TEST = "test"
LIBRARY = "library"
DOCUMENTATION = "documentation"


@dataclass
Expand Down

0 comments on commit 0a530b7

Please sign in to comment.