Skip to content

Commit

Permalink
Add staticcheck.conf to enable ST1003 (#1214)
Browse files Browse the repository at this point in the history
> ST1003 – Poorly chosen identifier (non-default)
> Identifiers, such as variable and package names, follow certain rules.

Signed-off-by: Johannes 'fish' Ziemke <github@freigeist.org>
  • Loading branch information
discordianfish committed Jan 4, 2019
1 parent 070e4b2 commit 8a6a464
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions staticcheck.conf
@@ -0,0 +1 @@
checks = ["all", "ST1003"]

0 comments on commit 8a6a464

Please sign in to comment.