Skip to content

Commit

Permalink
[report] Make the category field non optional by addtion the No_categ…
Browse files Browse the repository at this point in the history
…ory category to all remaining issue types

Reviewed By: ngorogiannis

Differential Revision: D55486221

fbshipit-source-id: ce9da78c575c81373b43e08edbbe2930c54f1a88
  • Loading branch information
dulmarod authored and facebook-github-bot committed Apr 9, 2024
1 parent de1195f commit c981aad
Show file tree
Hide file tree
Showing 5 changed files with 146 additions and 137 deletions.
2 changes: 1 addition & 1 deletion infer/src/atd/jsonbug.atd
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ type jsonbug = {
qualifier : string;
?suggestion : string option;
severity : string;
?category: string option;
category: string;
line: int;
column: int;
procedure : string;
Expand Down
Loading

0 comments on commit c981aad

Please sign in to comment.