Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 30, 2023
1 parent 150a23f commit da06810
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
},
"type": "array"
},
"ignoreTestClasses": {
"description": "Ignores classes flagged as FOR TESTING",
"type": "boolean"
},
"interfaceDefinition": {
"type": "boolean"
},
Expand All @@ -30,7 +34,8 @@
"required": [
"checkLocal",
"classDefinition",
"interfaceDefinition"
"interfaceDefinition",
"ignoreTestClasses"
],
"type": "object"
},
Expand Down

0 comments on commit da06810

Please sign in to comment.