vorteil/vorteil

View on GitHub

Showing 546 of 546 total issues

exported type Dir2LeafTail should have comment or be unexported
Open

type Dir2LeafTail struct {
Severity: Minor
Found in pkg/xfs/structures.go by golint

exported type Dir2LeafHeader should have comment or be unexported
Open

type Dir2LeafHeader struct {
Severity: Minor
Found in pkg/xfs/structures.go by golint

exported type DirectoryEntry should have comment or be unexported
Open

type DirectoryEntry struct {
Severity: Minor
Found in pkg/vdecompiler/fs.go by golint

error strings should not be capitalized or end with punctuation or a newline
Open

            return fmt.Errorf("unable to listen on unix socket within timeframe.")

error strings should not be capitalized or end with punctuation or a newline
Open

            return fmt.Errorf("unable to listen on unix socket within timeframe.")

exported function CLI should have comment or be unexported
Open

func CLI(args CLIArgs, logger elog.View) (Manager, error) {
Severity: Minor
Found in pkg/vkern/cli.go by golint

exported type HolePredictor should have comment or be unexported
Open

type HolePredictor interface {
Severity: Minor
Found in pkg/vmdk/sparse.go by golint

if block ends with a return statement, so drop this else and outdent its block
Open

        } else {
Severity: Minor
Found in pkg/vproj/import-so.go by golint

exported type AGI should have comment or be unexported
Open

type AGI struct {
Severity: Minor
Found in pkg/xfs/structures.go by golint

comment on exported var RootPrivilege should be of the form "RootPrivilege ..."
Open

    //RootPrivilege: root privilege level, has full rights to everything and will run as the 'root' suer
Severity: Minor
Found in pkg/vcfg/vcfg.go by golint

if block ends with a return statement, so drop this else and outdent its block
Open

        } else {
Severity: Minor
Found in pkg/virtualizers/util.go by golint

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

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

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

func (c *Compiler) Compile(ctx context.Context, w io.WriteSeeker) error {
Severity: Minor
Found in pkg/xfs/compiler.go by golint

exported type BTreeSBlock should have comment or be unexported
Open

type BTreeSBlock struct {
Severity: Minor
Found in pkg/xfs/structures.go by golint

exported type Timestamp should have comment or be unexported
Open

type Timestamp struct {
Severity: Minor
Found in pkg/xfs/structures.go by golint

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

func (w *DynamicWriter) Close() error {
Severity: Minor
Found in pkg/vhd/dynamic.go by golint

exported function NewFixedWriter should have comment or be unexported
Open

func NewFixedWriter(w io.WriteSeeker, h HolePredictor) (*FixedWriter, error) {
Severity: Minor
Found in pkg/vhd/fixed.go by golint

exported function NewCompiler should have comment or be unexported
Open

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

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

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

exported method Virtualizer.Bind should have comment or be unexported
Open

func (v *Virtualizer) Bind(args []string, i int, j int, protocol string, port virtualizers.RouteMap, networkType string) ([]string, string, bool, error) {
Severity
Category
Status
Source
Language