Skip to content

Commit

Permalink
Added lint for field
Browse files Browse the repository at this point in the history
  • Loading branch information
lonelycode committed May 9, 2018
1 parent 692e068 commit 2aa3cb4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lint/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -727,6 +727,9 @@ const confSchema = `{
},
"enable_hashed_keys_listing": {
"type": "boolean"
},
"min_token_length": {
"type": "string"
}
}
}`

0 comments on commit 2aa3cb4

Please sign in to comment.