Skip to content

Commit

Permalink
Adds allow_list_rules to schema.
Browse files Browse the repository at this point in the history
  • Loading branch information
lisroach committed Jun 2, 2021
1 parent fcbed64 commit d173e40
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions fixit/common/config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
"description": "Schema definition for FixIt configuration files",
"type": "object",
"properties": {
"allow_list_rules": {
"description": "A list of rules (whether custom or from Fixit) that should be applied to the repository.",
"type": "array",
"items": {
"type": "string"
}
},
"block_list_patterns": {
"description": "A list of patterns that indicate that a file should not be linted.",
"type": "array",
Expand Down

0 comments on commit d173e40

Please sign in to comment.