vorteil/vorteil

View on GitHub
pkg/ext4/reserved.go

Summary

Maintainability
A
0 mins
Test Coverage

exported type JournalBlockHeader should have comment or be unexported
Open

type JournalBlockHeader struct {
Severity: Minor
Found in pkg/ext4/reserved.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 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 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

There are no issues that match your filters.

Category
Status