We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b35e601 commit eccf615Copy full SHA for eccf615
1 file changed
.github/workflows/UpdateRuleMetadata.yml
@@ -15,7 +15,9 @@ jobs:
15
uses: SonarSource/release-github-actions/update-rule-metadata@e9c7eec21c0eb0a64ffb1e8f5a85c201564dd2c2
16
with:
17
labels: ''
18
- rspec-token-suffix: "rspec"
+ rspec-token-suffix: 'rspec'
19
+ post-update: |
20
+ sed --in-place='' -e 's/rule:java:S3649/rule:javasecurity:S3649/g' 'sonar-java-plugin/src/main/resources/org/sonar/l10n/java/rules/java/S2077.html'
21
22
- name: Check Rule Metadata Changes
23
run: |
0 commit comments