Skip to content

Commit b746f1d

Browse files
committed
Exclude mcp/ from severity checking
1 parent 5ccdd46 commit b746f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/checkseverity.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ do
1313
echo "file $file has invalid 'severity' value! must be one of 'Debug', 'Info', 'Warning', 'Major', 'Critical'"
1414
exit 1
1515
fi
16-
done < <(find . -type f -name "*.json" -print0)
16+
done < <(find . -type f -name "*.json" -not -path "./mcp/*" -print0)
1717

1818
echo "pass!"

0 commit comments

Comments
 (0)