Skip to content

ptpcheck map: query tx-type/rx-filter value #17

ptpcheck map: query tx-type/rx-filter value

ptpcheck map: query tx-type/rx-filter value #17

Triggered via push October 16, 2024 17:35
Status Failure
Total duration 3m 48s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 11 warnings
lint: phc/unix/linux.go#L1
File is not `gofmt`-ed with `-s` (gofmt)
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#L89
var-naming: don't use ALL_CAPS in Go names; use CamelCase (revive)
lint: phc/unix/linux.go#L90
var-naming: don't use ALL_CAPS in Go names; use CamelCase (revive)