-
Notifications
You must be signed in to change notification settings - Fork 10
Labels
flowr linterRelated to the linter that we're implementing on top of the search apiRelated to the linter that we're implementing on top of the search api
Description
Add a configurable linter rule to enfore a (configurable) naming convention for variable names.
Here we could provide a few standard naming conventions, like flatcase, PascalCase, snake_case, camelCase, etc, or additionaly a regex for custom naming convention?
Optionally the rule could enforce suffix and prefix for certain data types. For e.g. a vector could be named v_varName.
Metadata
Metadata
Assignees
Labels
flowr linterRelated to the linter that we're implementing on top of the search apiRelated to the linter that we're implementing on top of the search api