Skip to content

Commit

Permalink
Ignore goconst lint
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvp committed Dec 27, 2023
1 parent 1b0ff5b commit e0244d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkg/codegen/java/gen.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// Copyright 2022, Pulumi Corporation. All rights reserved.

//nolint:goconst
package java

import (
Expand Down
1 change: 1 addition & 0 deletions pkg/codegen/java/gen_program.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// Copyright 2022, Pulumi Corporation. All rights reserved.

//nolint:goconst
package java

import (
Expand Down

0 comments on commit e0244d9

Please sign in to comment.