Skip to content
This repository has been archived by the owner on Jun 5, 2021. It is now read-only.

Commit

Permalink
dev: update lint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed May 1, 2020
1 parent 92b1005 commit 4b0d4d7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,15 @@ issues:
path: helpers
source: "Build"

# RFC references
- linters: [godot]
source: "RFC \\d+"
- linters: [godot]
source: " #nosec"
# Code comments
- linters: [godot]
source: "\\/\\/\\s+}"

linters:
enable-all: true
disable:
Expand All @@ -91,6 +100,8 @@ linters:
- wsl
- godox
- gomnd
- goerr113
- testpackage

run:
skip-dirs:
Expand Down

0 comments on commit 4b0d4d7

Please sign in to comment.