Skip to content

Commit

Permalink
feat(oaf): Add support to return feature properties in a specific ord…
Browse files Browse the repository at this point in the history
…er + fix build
  • Loading branch information
rkettelerij committed Sep 20, 2024
1 parent b33ad9f commit d2cbe54
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ linters-settings:
forbid:
- http\.NotFound.* # return RFC 7807 problem details instead
- http\.Error.* # return RFC 7807 problem details instead
gomoddirectives:
replace-allow-list:
- github.com/wk8/go-ordered-map/v2

linters:
disable-all: true
Expand All @@ -66,7 +69,7 @@ linters:
- errname # checks that sentinel errors are prefixed with the Err and error types are suffixed with the Error
- errorlint # finds code that will cause problems with the error wrapping scheme introduced in Go 1.13
- exhaustive # checks exhaustiveness of enum switch statements
- exportloopref # checks for pointers to enclosing loop variables
- copyloopvar # checks for pointers to enclosing loop variables
- forbidigo # forbids identifiers
- funlen # tool for detection of long functions
- gocheckcompilerdirectives # validates go compiler directive comments (//go:)
Expand Down

0 comments on commit d2cbe54

Please sign in to comment.