Skip to content
This repository has been archived by the owner on Oct 17, 2018. It is now read-only.

Commit

Permalink
Fix metalint
Browse files Browse the repository at this point in the history
  • Loading branch information
xichen2020 committed Dec 30, 2017
1 parent 50d77d7 commit 19893aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions rules/mapping.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ func newMappingRuleSnapshot(
), nil
}

// nolint: unparam
func newMappingRuleSnapshotFromFields(
name string,
tombstoned bool,
Expand Down
1 change: 1 addition & 0 deletions rules/rollup.go
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ func newRollupRuleSnapshot(
), nil
}

// nolint: unparam
func newRollupRuleSnapshotFromFields(
name string,
tombstoned bool,
Expand Down

0 comments on commit 19893aa

Please sign in to comment.