Skip to content

Commit

Permalink
Merge pull request #417 from wazsone/bug/fix-linter
Browse files Browse the repository at this point in the history
Fix package comments
  • Loading branch information
denis-tingaikin authored Feb 17, 2023
2 parents 4d0fdc9 + 4579e52 commit ba6bf82
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,3 +166,7 @@ issues:
exclude-use-default: false
max-issues-per-linter: 0
max-same-issues: 0
exclude-rules:
- path: main.go
linters:
- revive
2 changes: 1 addition & 1 deletion internal/imports/gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// Package imports comment
// Package imports is used for generating list of imports to optimize use of docker build cache
package imports

//go:generate bash -c "rm -rf imports_linux.go"
Expand Down
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 !windows
// +build !windows

// Package main comment
package main

import (
Expand Down

0 comments on commit ba6bf82

Please sign in to comment.