Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
MDrakos committed Nov 30, 2023
1 parent 08fdf4f commit b94dd42
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ linters-settings:
- (*github.com/ActiveState/termtest.ConsoleProcess).Expect
- (*github.com/ActiveState/termtest.ConsoleProcess).WaitForInput

linters:
enable:
- gci

# When issues occur with linting use the snippet below to help with debugging
# Make sure to disable the other linters block first
# linters:
Expand All @@ -24,8 +28,4 @@ linters-settings:
# - ineffassign
# - staticcheck
# - typecheck
# - unused

linters:
enable:
- gci
# - unused

0 comments on commit b94dd42

Please sign in to comment.