Skip to content

Commit

Permalink
feat: enable back coverage (MN-498) (#683)
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakglobant authored Feb 28, 2024
1 parent cd71194 commit 0bc46ad
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ const ALLOWED_COMPLIANCE_REASONS = [
'SNOWNESS',
'WETNESS',
'REFLECTIONS',
'WRONG_ANGLE',
'WRONG_CENTER_PART',
'UNKNOWN_SIGHT',
'UNKNOWN_VIEWPOINT',
'MISSING_PARTS',
'HIDDEN_PARTS',
'MISSING',
];

export default function filterUnwantedComplianceReasons(reasons) {
Expand Down

0 comments on commit 0bc46ad

Please sign in to comment.