phc: switch to use unix.IoctlGetEthtoolTsInfo #1222
Annotations
1 error and 11 warnings
lint
issues found
|
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint:
phc/unix/linux.go#L33
var-naming: don't use underscores in Go names; struct field Tx_type should be TxType (revive)
|
lint:
phc/unix/linux.go#L34
var-naming: don't use underscores in Go names; struct field Rx_filter should be RxFilter (revive)
|
lint:
phc/unix/linux.go#L56
var-naming: don't use underscores in Go names; struct field So_timestamping should be SoTimestamping (revive)
|
lint:
phc/unix/linux.go#L57
var-naming: don't use underscores in Go names; struct field Phc_index should be PhcIndex (revive)
|
lint:
phc/unix/linux.go#L58
var-naming: don't use underscores in Go names; struct field Tx_types should be TxTypes (revive)
|
lint:
phc/unix/linux.go#L59
var-naming: don't use underscores in Go names; struct field Tx_reserved should be TxReserved (revive)
|
lint:
phc/unix/linux.go#L60
var-naming: don't use underscores in Go names; struct field Rx_filters should be RxFilters (revive)
|
lint:
phc/unix/linux.go#L61
var-naming: don't use underscores in Go names; struct field Rx_reserved should be RxReserved (revive)
|
lint:
phc/unix/linux.go#L90
var-naming: don't use ALL_CAPS in Go names; use CamelCase (revive)
|
lint:
phc/unix/linux.go#L91
var-naming: don't use ALL_CAPS in Go names; use CamelCase (revive)
|