We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 993180b commit 28691deCopy full SHA for 28691de
1 file changed
sonar-plugin/javascript-checks/pom.xml
@@ -64,6 +64,7 @@
64
</goals>
65
<configuration>
66
<ruleSubdirectory>javascript</ruleSubdirectory>
67
+ <vcsBranchName>dogfood-automerge</vcsBranchName>
68
<targetDirectory>${project.basedir}/../../resources/rule-data/javascript</targetDirectory>
69
</configuration>
70
</execution>
@@ -75,6 +76,7 @@
75
76
77
78
<ruleSubdirectory>css</ruleSubdirectory>
79
80
<targetDirectory>${project.basedir}/../../resources/rule-data/css</targetDirectory>
81
82
0 commit comments