Trivadis / plsql-cop-validators

db* CODECOP Validators
Other
9 stars 5 forks source link

Feature/issue 31 check hints #32

Closed PhilippSalvisberg closed 4 years ago

PhilippSalvisberg commented 4 years ago

closes #31 new custom validator to check hints. Adds the following guidelines:

Guideline Message
G-9600 Never define more than one comment with hints.
G-9601 Never use unknown hints.
G-9602 Always use the alias name instead of the table name.
G-9603 Never reference an unknown table/alias.