Skip to content

Commit

Permalink
♻️ suppress lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ras0q committed Jun 18, 2024
1 parent 56bd968 commit f73f06e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 19 deletions.
1 change: 1 addition & 0 deletions util/config/config.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//nolint:errcheck
package config

import (
Expand Down
1 change: 1 addition & 0 deletions util/config/config_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//nolint:errcheck
package config_test

import (
Expand Down
19 changes: 0 additions & 19 deletions util/config/testdata/config.yaml

This file was deleted.

0 comments on commit f73f06e

Please sign in to comment.