Skip to content

Commit

Permalink
ignore rule S1000
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDen committed Sep 3, 2023
1 parent 6756041 commit 7fffbf9
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 @@ -98,6 +98,7 @@ func updateLowPowerStateMenu(hardwareUUID string) {
var currentState BatteryState
tick := time.Tick(1 * time.Second)

//lint:ignore S1000 ingore
for {
select {
case <-tick:
Expand Down Expand Up @@ -244,6 +245,7 @@ func menu() {
currentIconState := ""
newIconState := ""
tick := time.Tick(1 * time.Second)
//lint:ignore S1000 ingore
for {
select {
case <-tick:
Expand Down

0 comments on commit 7fffbf9

Please sign in to comment.