Skip to content

Commit

Permalink
try to use nolint
Browse files Browse the repository at this point in the history
  • Loading branch information
SayHeyD committed Jan 28, 2024
1 parent 642606a commit 60737d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ui/ui.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ SetActivationPolicy(void) {
return 0;
}
*/
import "C"
import "C" //nolint:typecheck

func setActivationPolicy() {
C.SetActivationPolicy()
Expand Down

0 comments on commit 60737d6

Please sign in to comment.