You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sonar-plugin/sonar-javascript-plugin/src/main/java/org/sonar/plugins/javascript/analysis/AbstractAnalysis.java
Copy file name to clipboardExpand all lines: sonar-plugin/sonar-javascript-plugin/src/main/java/org/sonar/plugins/javascript/analysis/ContextUtils.java
+30
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,23 @@
24
24
25
25
publicclassContextUtils {
26
26
27
+
/**
28
+
* Internal property to enable SonarArmor (disabled by default), now called Jasmin
29
+
* @deprecated Kept for backwards compatibility until SonarArmor has been renamed to Jasmin, to allow for a smooth transition. Roadmap:
30
+
* 1. Merge this
31
+
* 2. Rename SonarArmor to Jasmin on SonarArmor repository, this includes renaming the flag
32
+
* 3. Once Jasmin renaming is on master, change the flags in the Peachee jobs
Copy file name to clipboardExpand all lines: sonar-plugin/sonar-javascript-plugin/src/test/java/org/sonar/plugins/javascript/analysis/JsTsSensorTest.java
0 commit comments