Skip to content

Commit

Permalink
Update .golangci.yaml.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchell-as committed Dec 12, 2023
1 parent 25b620b commit 382363b
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,20 @@ run:
linters-settings:
errcheck:
exclude-functions:
- (*github.com/ActiveState/termtest.ConsoleProcess).Expect
- (*github.com/ActiveState/termtest.ConsoleProcess).ExpectExitCode
- (*github.com/ActiveState/termtest.ConsoleProcess).ExpectNotExitCode
- (*github.com/ActiveState/termtest.ConsoleProcess).ExpectRe
- (*github.com/ActiveState/termtest.ConsoleProcess).Expect
- (*github.com/ActiveState/termtest.ConsoleProcess).WaitForInput
- (*github.com/ActiveState/termtest.TermTest).Expect
- (*github.com/ActiveState/termtest.TermTest).ExpectExitCode
- (*github.com/ActiveState/termtest.TermTest).ExpectNotExitCode
- (*github.com/ActiveState/termtest.TermTest).ExpectRe
- (*github.com/ActiveState/termtest.TermTest).Expect
- (*github.com/ActiveState/termtest.TermTest).WaitForInput
- (*github.com/ActiveState/termtest.TermTest).SendLine
- (*github.com/ActiveState/termtest.TermTest).ExpectInput
- (*github.com/ActiveState/termtest.TermTest).Wait
- (*github.com/ActiveState/logging.fileHandler).Printf
- (*github.com/ActiveState/logging.standardHandler).Printf
govet:
disable:
- composites

# When issues occur with linting us the snippet below to help with debugging
# linters:
Expand Down

0 comments on commit 382363b

Please sign in to comment.