Skip to content

Commit

Permalink
Get rid of nolint:wsl comments
Browse files Browse the repository at this point in the history
We do not use wsl so no need to ignore its errors.
  • Loading branch information
mmlb committed Apr 26, 2024
1 parent af14e38 commit 9f5184f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion firmware/bios_checksum.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
//nolint:wsl // it's useless
package firmware

import (
Expand Down
1 change: 0 additions & 1 deletion utils/uefi_firmware_parser.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// nolint: wsl,gocritic
package utils

import (
Expand Down
1 change: 0 additions & 1 deletion utils/uefi_vars.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
//nolint:wsl // god it's useless
package utils

import (
Expand Down

0 comments on commit 9f5184f

Please sign in to comment.