Skip to content

Commit

Permalink
🚸 Suppress inspection for qodana-cdnet entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
hybloid authored and tiulpin committed Apr 4, 2024
1 parent aba1521 commit 79b9019
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cdnet/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ var buildDateStr = "2023-12-05T10:52:23Z"

//var isEap = true

// noinspection GoUnusedFunction
func main() {

Check warning on line 40 in cdnet/main.go

View workflow job for this annotation

GitHub Actions / Qodana for Go

Check GO source code coverage

Method `main` coverage is below the threshold 50%
InterruptChannel = make(chan os.Signal, 1)
signal.Notify(InterruptChannel, os.Interrupt)
Expand Down

0 comments on commit 79b9019

Please sign in to comment.