Skip to content

Commit

Permalink
lint ignore wails specific line
Browse files Browse the repository at this point in the history
  • Loading branch information
KforG committed Mar 3, 2024
1 parent 6ffa911 commit f55c908
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ import (
"github.com/wailsapp/wails"
)

//nolint:all
//go:embed frontend/dist/app.js
var js string

//nolint:all
//go:embed frontend/dist/app.css
var css string

Expand Down

0 comments on commit f55c908

Please sign in to comment.