-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add linting rules for fields and enum labels.
This change adds following new linting rules: - `naming.record_fields`: Checks for identifiers of record fields. - `naming.record_of`: Checks for record-of identifiers. - `naming.set_fields`: Checks for identifiers of set fields. - `naming.set_of`: Checks for set-of identifiers. - `naming.union_fields`: Checks for identifiers of union fields. - `naming.enum_label`: Checks for labels of enumerated types. Closes #756
- Loading branch information
Showing
1 changed file
with
83 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters