Skip to content

Commit 0ceb701

Browse files
committed
chore: makes linter happy
Signed-off-by: Leonardo Cecchi <leonardo.cecchi@enterprisedb.com>
1 parent 9941e68 commit 0ceb701

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/utils/barman_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
1414
limitations under the License.
1515
*/
1616

17-
package utils
17+
package utils //nolint:revive
1818

1919
import (
2020
. "github.com/onsi/ginkgo/v2"

pkg/utils/doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ limitations under the License.
1616

1717
// Package utils contains a set of utility functions
1818
// that are related to supporting Barman cloud
19-
package utils
19+
package utils //nolint:revive

0 commit comments

Comments
 (0)