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 darwin

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

func (c *Compiler) Mkdir(path string) error {
Severity: Minor
Found in pkg/ext4/compiler.go by golint

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

    JBD2FeatureIncompatRevoke      = 0x1
Severity: Minor
Found in pkg/ext4/reserved.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

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

    ROCompatSparseSuper = 0x1 // RO_COMPAT_SPARSE_SUPER
Severity: Minor
Found in pkg/ext4/super.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

exported type Writer should have comment or be unexported
Open

type Writer 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 vdecompiler
Severity: Minor
Found in pkg/vdecompiler/io.go by gofmt

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

func (c *Compiler) AddFile(path string, r io.ReadCloser, size int64, force bool) error {
Severity: Minor
Found in pkg/ext4/compiler.go by golint

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

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

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

func (c *Compiler) Commit(ctx context.Context) error {
Severity: Minor
Found in pkg/ext4/compiler.go by golint

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

func (c *Compiler) Precompile(ctx context.Context, size int64) error {
Severity: Minor
Found in pkg/ext4/compiler.go by golint

exported method Writer.Seek should have comment or be unexported
Open

func (w *Writer) Seek(offset int64, whence int) (int64, error) {
Severity: Minor
Found in pkg/gcparchive/gcparchive.go by golint

exported type Writer should have comment or be unexported
Open

type Writer struct {
Severity: Minor
Found in pkg/gcparchive/gcparchive.go by golint

exported method Writer.Close should have comment or be unexported
Open

func (w *Writer) Close() error {
Severity: Minor
Found in pkg/gcparchive/gcparchive.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/tree.go by gofmt

exported type Extent should have comment or be unexported
Open

type Extent 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 CompilerArgs should have comment or be unexported
Open

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

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

func (c *Compiler) MinimumSize() int64 {
Severity: Minor
Found in pkg/ext4/compiler.go by golint
Severity
Category
Status
Source
Language