Skip to content

Commit c580bca

Browse files
🌱 fix lint issue for expected dupl interface implementation (#5167)
fix lint issue for expected dupl interface implementation
1 parent 78fbec7 commit c580bca

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pkg/plugins/external/edit.go

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

17+
//nolint:dupl
1718
package external
1819

1920
import (

pkg/plugins/external/init.go

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

17+
//nolint:dupl
1718
package external
1819

1920
import (

0 commit comments

Comments
 (0)