Minor
Code Rules in Minor Severity
Category | Severity | Name | Description |
---|---|---|---|
|
|
|
Boolean checks should not be inverted |
|
|
|
CATCH clauses should do more than rethrow |
|
|
|
Unused components |
|
|
|
Column references should not have more than two-parts |
|
|
|
Empty statements should be removed |
|
|
|
Jump statements should not be redundant |
|
|
|
LIKE clauses should not be used without wildcards |
|
|
|
Local variable and parameter names should comply with a naming convention |
|
|
|
Empty Method |
|
|
|
Multiple variables should not be declared on the same line |
|
|
|
Naming Conventions |
|
|
|
Non-standard comparison operators should not be used |
|
|
|
Similar Items |
|
|
|
Reserved keywords should not be used as identifiers or object names |
|
|
|
Uncommented scripts |
|
|
|
Large Scripts |
|
|
|
Tabulation characters should not be used |
|
|
|
Triggers should not PRINT, SELECT, or FETCH |
|
|
|
Unused local variables should be removed |
|
|
|
Using hardcoded IP addresses is security-sensitive |