Skip to content

Commit 7bfc498

Browse files
author
Aurélien Baudet
committed
Merge branch 'features/typescript' into sonar-4.5.x
2 parents edb2eb6 + 29539b2 commit 7bfc498

File tree

1 file changed

+3
-3
lines changed
  • sonar-web-frontend-typescript/src/main/resources/rules

1 file changed

+3
-3
lines changed

sonar-web-frontend-typescript/src/main/resources/rules/tslint.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"type" : "constant",
8181
"offset" : "30min"
8282
},
83-
"sqaleSubCharacteristic" : "MAINTENABILITY_COMPLIANCE"
83+
"sqaleSubCharacteristic" : "MAINTAINABILITY_COMPLIANCE"
8484
}
8585
}, {
8686
"key" : "no-reference",
@@ -94,7 +94,7 @@
9494
"type" : "constant",
9595
"offset" : "5min"
9696
},
97-
"sqaleSubCharacteristic" : "MAINTENABILITY_COMPLIANCE"
97+
"sqaleSubCharacteristic" : "MAINTAINABILITY_COMPLIANCE"
9898
}
9999
}, {
100100
"key" : "no-var-requires",
@@ -108,7 +108,7 @@
108108
"type" : "constant",
109109
"offset" : "1min"
110110
},
111-
"sqaleSubCharacteristic" : "MAINTENABILITY_COMPLIANCE"
111+
"sqaleSubCharacteristic" : "MAINTAINABILITY_COMPLIANCE"
112112
}
113113
}, {
114114
"key" : "typedef",

0 commit comments

Comments
 (0)