Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion resources/schema/Executability.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$id": "Executability.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"anyOf": [
"oneOf": [
{
"const": "Fully Executable"
},
Expand Down
1 change: 0 additions & 1 deletion resources/schema/Executability.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,3 @@ The rule can be partially executed but may report more violations than actually
## Partially Executable - Possible Underreporting

The rule can be partially executed but may miss some violations that should be reported.

Loading