Polish extension support and refactor #911
Annotations
1 error and 5 warnings
golangci-lint
issues found
|
golangci-lint:
cbc/key_or_code.go#L49
exported: exported method KeyOrCode.JSONSchemaExtend should have comment or be unexported (revive)
|
golangci-lint:
tax/regime.go#L411
exported: comment on exported method KeyDefinition.HasKey should be of the form "HasKey ..." (revive)
|
golangci-lint:
regimes/pl/pl.go#L19
var-naming: don't use underscores in Go names; const KeyFA_VATPaymentType should be KeyFAVATPaymentType (revive)
|
golangci-lint:
regimes/pl/pl.go#L20
var-naming: don't use underscores in Go names; const KeyFA_VATInvoiceType should be KeyFAVATInvoiceType (revive)
|
golangci-lint:
regimes/pl/pl.go#L1
package-comments: package comment should be of the form "Package pl ..." (revive)
|