Documentation ¶
Index ¶
Constants ¶
View Source
const ( DOC = "code-rule-linter is analyzer that detects violations of coding rule" REPORT_TEXT = "should follow the coding rules" )
View Source
const ( VAR_NAME_PATTERN string = `^[A-Za-z]+$` CONST_NAME_PATTERN string = `^([A-Z_]+)$` TEST_FUNC_NAME_PATTERN string = `^Test_[A-Za-z]+$` )
Variables ¶
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.