Skip to content

Commit

Permalink
fix main package comment
Browse files Browse the repository at this point in the history
Signed-off-by: Ruslan Bayandinov <[email protected]>
  • Loading branch information
wazsone committed Feb 17, 2023
1 parent 5783f1f commit 4afd08e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,11 +163,11 @@ linters:
- varcheck
- whitespace
issues:
exclude-use-default: false
max-issues-per-linter: 0
max-same-issues: 0
exclude-rules:
- path: main.go
- path: 'main.go'
linters:
- revive
- funlen
text: "Function 'main'"
exclude-use-default: false
max-issues-per-linter: 0
max-same-issues: 0
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
//go:build linux
// +build linux

// package main contains ovs forwarder implmentation
package main

import (
Expand Down

0 comments on commit 4afd08e

Please sign in to comment.