Skip to content

Commit

Permalink
More linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Janos Bonic committed Sep 23, 2022
1 parent b9aaf69 commit 188aa82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ linters:

# endregion
linters-settings:
revive:
severity: error
depguard:
list-type: whitelist
include-go-root: false
Expand Down
1 change: 0 additions & 1 deletion schema/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ func (s abstractSchema[P, O, IS, OSC, OS, ST]) Steps() map[string]ST {
// SchemaType defines a complete callable schema.
//
// Disable linting, this is intentional:
//nolint:revive
//goland:noinspection GoNameStartsWithPackageName
type SchemaType interface {
Schema[PropertyType, ObjectType[any], ScopeType[any], ScopeType[any], StepOutputType[any], StepType[any]]
Expand Down

0 comments on commit 188aa82

Please sign in to comment.