vorteil/vorteil

View on GitHub
pkg/xfs/structures.go

Summary

Maintainability
A
0 mins
Test Coverage

TODO found
Open

    InodeChunkAlignment             uint32   // 180 // TODO: WHAT?
Severity: Minor
Found in pkg/xfs/structures.go by fixme

exported type Dir2LeafEntry should have comment or be unexported
Open

type Dir2LeafEntry struct {
Severity: Minor
Found in pkg/xfs/structures.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

exported type AllocRecord should have comment or be unexported
Open

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

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 XLogRecord should have comment or be unexported
Open

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

exported type Dir2BlockTail should have comment or be unexported
Open

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

exported type Dir2Header should have comment or be unexported
Open

type Dir2Header struct {
Severity: Minor
Found in pkg/xfs/structures.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 InodeCore should have comment or be unexported
Open

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

exported type InodeBTRecord should have comment or be unexported
Open

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

exported type SuperBlock should have comment or be unexported
Open

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

exported type Dir2UnusedEntry should have comment or be unexported
Open

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

exported type BlockInfo should have comment or be unexported
Open

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

exported type XLogRecHeader should have comment or be unexported
Open

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

exported type Dir2FreeIndexHeader should have comment or be unexported
Open

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

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

    SBMagicNumber    = 0x58465342 // "XFSB"
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 AGF should have comment or be unexported
Open

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

exported type Dir2FreeEntry should have comment or be unexported
Open

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

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

There are no issues that match your filters.

Category
Status