Ignore constant "off" recommendation
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Berengar W. Lehr 2023-09-28 11:52:59 +02:00
parent 61f0f65bf1
commit 21191c0338
1 changed files with 3 additions and 0 deletions

View File

@ -103,3 +103,6 @@ issues:
- text: 'string `labels` has 3 occurrences, make it a constant'
linters:
- goconst
- text: 'string `off` has 6 occurrences, make it a constant'
linters:
- goconst