Skip to content

Commit

Permalink
Revert mistaken golangci.yml update.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlion committed Jul 26, 2024
1 parent aa769bc commit 87a419d
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,10 @@ linters-settings:
# Completely disallow naked returns
max-func-lines: 0
revive:
enable-all-rules: true
severity: "error"
rules:
- name: "add-constant"
arguments:
- maxLitCount: "4"
allowStrs: '""'
allowInts: "0"
allowFloats: "0.0"
- name: "comment-spacings"
arguments:
- "export"
- name: "line-length-limit"
severity: "warning"
disabled: false
arguments: [100]
staticcheck:
checks:
Expand Down

0 comments on commit 87a419d

Please sign in to comment.