Skip to content

Commit dd61f96

Browse files
committed
lint
1 parent cd0914c commit dd61f96

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

internal/controller/legendgenerator/legend_generator_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ func TestGetConfigMapDataNoLegendFix(t *testing.T) {
3838
}
3939

4040
// TODO Fix test
41-
//func TestGetConfigMapDataLegendFix(t *testing.T) {
41+
// func TestGetConfigMapDataLegendFix(t *testing.T) {
4242
// test(t, "legend-fix")
43-
//}
43+
// }

internal/webhook/v3/wfs_webhook.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2222
SOFTWARE.
2323
*/
2424

25+
//nolint:dupl
2526
package v3
2627

2728
import (

internal/webhook/v3/wms_webhook.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2222
SOFTWARE.
2323
*/
2424

25+
//nolint:dupl
2526
package v3
2627

2728
import (

0 commit comments

Comments
 (0)