vorteil/vorteil

View on GitHub

Showing 546 of 546 total issues

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

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

    CompatDirPrealloc  = 0x1   // COMPAT_DIR_PREALLOC
Severity: Minor
Found in pkg/ext4/super.go by golint

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

// +build windows darwin

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

// +build windows

exported type ExtentIndex should have comment or be unexported
Open

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

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

package amazon
Severity: Minor
Found in pkg/provisioners/amazon/amazon.go by gofmt

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

func (c *Compiler) RegionIsHole(begin, size int64) bool {
Severity: Minor
Found in pkg/ext4/compiler.go by golint

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

    InodeTypeDirectory                 = 0x4000
Severity: Minor
Found in pkg/ext4/inode.go by golint

exported method Program.ProgramArgs should have comment or be unexported
Open

func (p *Program) ProgramArgs() ([]string, error) {
Severity: Minor
Found in pkg/vcfg/sanitize.go by golint

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

package vcenter
Severity: Minor
Found in pkg/provisioners/vcenter/vcenter.go by gofmt

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

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

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

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

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

    ExtentMagic      = 0xF30A
Severity: Minor
Found in pkg/ext4/inode.go by golint

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

    MinJournalBlocks = 1024
Severity: Minor
Found in pkg/ext4/reserved.go by golint

exported type HolePredictor should have comment or be unexported
Open

type HolePredictor interface {
Severity: Minor
Found in pkg/qcow2/qcow2.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 imagetools
Severity: Minor
Found in pkg/imagetools/cp.go by gofmt
Severity
Category
Status
Source
Language