Skip to content

Commit d58bcbd

Browse files
Angelo Buonodorian-burihabwa-sonarsource
authored andcommitted
[NO-JIRA] Update rule metadata
1 parent 0958576 commit d58bcbd

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ ws_scan_task:
132132
depends_on:
133133
- build
134134
# run only on master, long-term branches and mend-related branches
135-
#only_if: $CIRRUS_USER_COLLABORATOR == 'true' && ($CIRRUS_BRANCH == "master" || $CIRRUS_BRANCH =~ "branch-.*" || $CIRRUS_BRANCH =~ "mend-.*")
135+
only_if: $CIRRUS_USER_COLLABORATOR == 'true' && ($CIRRUS_BRANCH == "master" || $CIRRUS_BRANCH =~ "branch-.*" || $CIRRUS_BRANCH =~ "mend-.*")
136136
env:
137137
WS_APIKEY: VAULT[development/kv/data/mend data.apikey]
138138
GOPATH: ${HOME}/go

sonar-ruby-plugin/sonarpedia.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"languages": [
44
"RUBY"
55
],
6-
"latest-update": "2024-09-13T13:59:33.064714Z",
6+
"latest-update": "2024-09-24T13:34:34.483075Z",
77
"options": {
88
"no-language-in-filenames": true,
99
"preserve-filenames": true

sonar-ruby-plugin/src/main/resources/org/sonar/l10n/ruby/rules/ruby/ParsingError.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
"ruleSpecification": "RSPEC-2260",
1414
"sqKey": "S2260",
1515
"scope": "All",
16-
"quickfix": "unknown"
16+
"quickfix": "infeasible"
1717
}

sonar-ruby-plugin/src/main/resources/org/sonar/l10n/ruby/rules/ruby/S1135.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
546
2525
]
2626
},
27-
"quickfix": "unknown"
27+
"quickfix": "infeasible"
2828
}

sonar-ruby-plugin/src/main/resources/org/sonar/l10n/ruby/rules/ruby/S1186.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
"ruleSpecification": "RSPEC-1186",
2020
"sqKey": "S1186",
2121
"scope": "All",
22-
"quickfix": "unknown"
22+
"quickfix": "infeasible"
2323
}

sonar-ruby-plugin/src/main/resources/org/sonar/l10n/ruby/rules/ruby/S1479.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
"ruleSpecification": "RSPEC-1479",
2020
"sqKey": "S1479",
2121
"scope": "All",
22-
"quickfix": "unknown"
22+
"quickfix": "infeasible"
2323
}

sonar-ruby-plugin/src/main/resources/org/sonar/l10n/ruby/rules/ruby/S1763.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
561
2626
]
2727
},
28-
"quickfix": "unknown"
28+
"quickfix": "infeasible"
2929
}

sonar-ruby-plugin/src/main/resources/org/sonar/l10n/ruby/rules/ruby/S1871.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
"ruleSpecification": "RSPEC-1871",
2121
"sqKey": "S1871",
2222
"scope": "Main",
23-
"quickfix": "unknown"
23+
"quickfix": "infeasible"
2424
}

sonar-ruby-plugin/src/main/resources/org/sonar/l10n/ruby/rules/ruby/S4144.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
"ruleSpecification": "RSPEC-4144",
2222
"sqKey": "S4144",
2323
"scope": "All",
24-
"quickfix": "unknown"
24+
"quickfix": "infeasible"
2525
}

0 commit comments

Comments
 (0)