Skip to content

Commit

Permalink
Remove nolint
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa committed Jun 7, 2023
1 parent 1d88476 commit 8f8182f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ var (
Global configFileType = "global"
Plugins configFileType = "plugins"

DSN = "https://e22f42dbb3e0433fbd9ea32453faa598@o4504550475038720.ingest.sentry.io/4504550481723392" //nolint:lll
DSN = "https://e22f42dbb3e0433fbd9ea32453faa598@o4504550475038720.ingest.sentry.io/4504550481723392"
)

// generateConfig generates a config file of the given type.
Expand Down

0 comments on commit 8f8182f

Please sign in to comment.