Skip to content

Commit

Permalink
disable some lint checks
Browse files Browse the repository at this point in the history
  • Loading branch information
martha-johnston committed Nov 5, 2024
1 parent 2c21059 commit 18a0dc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions etc/golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,15 @@ linters:
- importas
- interfacebloat
- interfacer
- intrange
- ireturn
- maintidx
- maligned
- makezero
- musttag
- nakedret
- nestif
- nilnil
- nlreturn
- nosnakecase
- nonamedreturns
Expand Down
2 changes: 1 addition & 1 deletion pca9685/pca9685.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
"go.viam.com/rdk/resource"
)

// Model for viam supported pca9685 board
// Model for viam supported pca9685 board.
var Model = resource.NewModel("viam", "pca", "pca9685")

var (
Expand Down

0 comments on commit 18a0dc2

Please sign in to comment.