vorteil/vorteil

View on GitHub

Showing 546 of 546 total issues

exported type InvalidProvisionerError should have comment or be unexported
Open

type InvalidProvisionerError struct {
Severity: Minor
Found in pkg/provisioners/provisioners.go by golint

Your code does not pass gofmt in 1 place. Go fmt your code!
Open

// +build windows darwin

exported const DirentHashVersion should have comment (or a comment on this block) or be unexported
Open

    DirentHashVersion = 0x2
Severity: Minor
Found in pkg/ext4/dir.go by golint

exported const Signature should have comment (or a comment on this block) or be unexported
Open

    Signature    = 0xEF53
Severity: Minor
Found in pkg/ext4/super.go by golint

Your code does not pass gofmt in 1 place. Go fmt your code!
Open

package vdecompiler
Severity: Minor
Found in pkg/vdecompiler/io.go by gofmt

exported type ExtentIndex should have comment or be unexported
Open

type ExtentIndex struct {
Severity: Minor
Found in pkg/ext4/inode.go by golint

exported const IncompatFiletype should have comment (or a comment on this block) or be unexported
Open

    IncompatFiletype   = 0x2    // INCOMPAT_FILETYPE
Severity: Minor
Found in pkg/ext4/super.go by golint

exported type Header should have comment or be unexported
Open

type Header struct {
Severity: Minor
Found in pkg/qcow2/qcow2.go by golint

Your code does not pass gofmt in 1 place. Go fmt your code!
Open

package cli
Severity: Minor
Found in pkg/cli/conf.go by gofmt

exported var RootCommand should have comment or be unexported
Open

var RootCommand = &cobra.Command{
Severity: Minor
Found in pkg/cli/cli.go by golint

exported type CompilerArgs should have comment or be unexported
Open

type CompilerArgs struct {
Severity: Minor
Found in pkg/ext4/compiler.go by golint

exported function NewCompiler should have comment or be unexported
Open

func NewCompiler(args *CompilerArgs) *Compiler {
Severity: Minor
Found in pkg/ext4/compiler.go by golint

exported function Encrypt should have comment or be unexported
Open

func Encrypt(data []byte, passphrase string) []byte {
Severity: Minor
Found in pkg/provisioners/provisioners.go by golint

exported const SectorSize should have comment (or a comment on this block) or be unexported
Open

    SectorSize = 0x200
Severity: Minor
Found in pkg/qcow2/qcow2.go by golint

Your code does not pass gofmt in 1 place. Go fmt your code!
Open

package imagetools
Severity: Minor
Found in pkg/imagetools/decompile.go by gofmt

Your code does not pass gofmt in 1 place. Go fmt your code!
Open

// +build linux

exported method Compiler.SetMinimumInodes should have comment or be unexported
Open

func (c *Compiler) SetMinimumInodes(inodes int64) {
Severity: Minor
Found in pkg/ext4/compiler.go by golint

exported const ResizeInode should have comment (or a comment on this block) or be unexported
Open

    ResizeInode = 7
Severity: Minor
Found in pkg/ext4/reserved.go by golint

Your code does not pass gofmt in 1 place. Go fmt your code!
Open

package imagetools
Severity: Minor
Found in pkg/imagetools/du.go by gofmt

Your code does not pass gofmt in 1 place. Go fmt your code!
Open

package nutanix
Severity: Minor
Found in pkg/provisioners/nutanix/nutanix.go by gofmt
Severity
Category
Status
Source
Language