Skip to content

Exclude tests files from no underscores in names linting rule

Sami Hiltunen requested to merge smh-fix-lint-rule into master

Our test naming convention requires underscores in test names. Golint reports this as a linting violation as camel case is generally used in Go for names. This commit excludes the rule from being applied to test files.

Merge request reports