We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fc72e5 commit 7816b93Copy full SHA for 7816b93
internal/authorizationmodel/read-from-input.go
@@ -42,7 +42,7 @@ func ReadFromFile(
42
*input = string(file)
43
44
// if the input format is set as the default, set it from the file extension (and default to fga)
45
- // nolint:staticcheck,exhaustive
+ //nolint:staticcheck,exhaustive
46
if *format == ModelFormatDefault {
47
switch {
48
case strings.HasSuffix(fileName, "fga.mod"):
0 commit comments