Skip to content

Commit

Permalink
concerning thatit only appears to apply on at a time
Browse files Browse the repository at this point in the history
  • Loading branch information
christopher-henderson committed Mar 12, 2023
1 parent 681a212 commit 5d64cd3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ linters-settings:
linters:
enable-all: true
disable:
# - dupword
- interfacer
- nosnakecase
- tparallel
Expand Down
2 changes: 1 addition & 1 deletion v3/lints/etsi/lint_qcstatem_qctype_web.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ type qcStatemQctypeWeb struct{}
func init() {
lint.RegisterLint(&lint.Lint{
Name: "w_qcstatem_qctype_web",
Description: "Checks that a QC Statement of the type Id-etsi-qcs-QcType features features at least the type IdEtsiQcsQctWeb",
Description: "Checks that a QC Statement of the type Id-etsi-qcs-QcType features at least the type IdEtsiQcsQctWeb",
Citation: "ETSI EN 319 412 - 5 V2.2.1 (2017 - 11) / Section 4.2.3",
Source: lint.EtsiEsi,
EffectiveDate: util.EtsiEn319_412_5_V2_2_1_Date,
Expand Down

0 comments on commit 5d64cd3

Please sign in to comment.