-
Notifications
You must be signed in to change notification settings - Fork 937
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lxc: Unexport all
Run
and Command
methods (exported).
The "checkPrivateReceivers" argument to the "exported" rule of the "revive" linter flags all of these methods. This rule was added to enforce comments e.g. exported methods for interface implementations where the implementing struct is kept private. The `Run` and `Command` methods are not called outside of the `lxc` package, so the rule is correctly indicating that these methods should not be exported. Signed-off-by: Mark Laing <[email protected]>
- Loading branch information
1 parent
1bde882
commit 5505b96
Showing
49 changed files
with
1,103 additions
and
1,118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.