Skip to content

Commit e0ef278

Browse files
committed
add SonarQube rule suppression
1 parent d2186ba commit e0ef278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/parser/src/ruleset/v3/ruleset.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export const v3CoreRuleset = {
6464
severity: 'error',
6565
recommended: true,
6666
given: '$',
67-
then: {
67+
then: { // sonarignore: S7739
6868
function: channelServers,
6969
},
7070
},

0 commit comments

Comments
 (0)