Skip to content

Commit

Permalink
try to fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
gen2thomas committed Oct 20, 2023
1 parent 22ddb19 commit 70056de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:

# Optional: golangci-lint command line arguments.
# mostly there is no problem locally, but on server: "could not import C (cgo preprocessing failed) (typecheck)"
args: --skip-files platforms/digispark/littleWire.go
# and the digispark adaptor can not be build since switch to linter version 1.54.2
args: --skip-files platforms/digispark/littleWire.go platforms/digispark/digispark_adaptor.go

# Optional: show only new issues if it's a pull request. The default value is `false`.
# only-new-issues: true
Expand Down

0 comments on commit 70056de

Please sign in to comment.