Skip to content

Commit

Permalink
fix linter terminology
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauren committed Jun 7, 2018
1 parent 0294a3c commit 4135da8
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions ci/vale/CockroachDB/Terminology.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ swap:
Write Intent: write intent
Transaction Record: transaction record
Timestamp Cache: timestamp cache
Check constraint: `CHECK` constraint
Default Value constraint: `DEFAULT` value constraint
Foreign Key constraint: `FOREIGN KEY` constraint
Not Null constraint: `NOT NULL` constraint
Primary Key constraint: `PRIMARY KEY` constraint
Unique constraint: `UNIQUE` constraint
"&": and
Check constraint: "`CHECK` constraint"
Default Value constraint: "`DEFAULT` value constraint"
Foreign Key constraint: "`FOREIGN KEY` constraint"
Not Null constraint: "`NOT NULL` constraint"
Primary Key constraint: "`PRIMARY KEY` constraint"
Unique constraint: "`UNIQUE` constraint"

0 comments on commit 4135da8

Please sign in to comment.