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
OJAudit is catching all files with the pattern */.* which is a problem if i run tests on python scripts that have nothing todo with OJAudit. In SonarQube (6.0) it is for all extensions possible to select the file-extension pattern, except for the OJAudit plugin. Please make it selectable and make the default less greedy.
build 14-Sep-2016 14:24:50 DEBUG: Declared extensions of language CSS were converted to sonar.lang.patterns.css : /.css
build 14-Sep-2016 14:24:50 DEBUG: Declared extensions of language OJAudit (JDeveloper auditing framework) were converted to sonar.lang.patterns.ojaudit : */.
build 14-Sep-2016 14:24:50 DEBUG: Declared extensions of language Python were converted to sonar.lang.patterns.py : */.py
build 14-Sep-2016 14:24:50 DEBUG: Declared extensions of language JavaScript were converted to sonar.lang.patterns.js : */.js
build 14-Sep-2016 14:24:50 DEBUG: Declared extensions of language Puppet were converted to sonar.lang.patterns.pp : */.pp
build 14-Sep-2016 14:24:50 DEBUG: Declared extensions of language JSP were converted to sonar.lang.patterns.jsp : */.jsp
build 14-Sep-2016 14:24:50 DEBUG: Declared extensions of language Java were converted to sonar.lang.patterns.java : */.java,/.jav
build 14-Sep-2016 14:24:50 DEBUG: Declared extensions of language Web were converted to sonar.lang.patterns.web : */.html,__/.xhtml,/*.rhtml,/.shtml
build 14-Sep-2016 14:24:50 DEBUG: Declared extensions of language XML were converted to sonar.lang.patterns.xml : */*.xml
Mick
The text was updated successfully, but these errors were encountered:
I'm a newbie on setting ojaudit and sonar and got the worse side of it:
Language of file 'src/main/java/ForkedBambooNotifier.java' can not be decided as the file matches patterns of both sonar.lang.patterns.ojaudit : **/. and sonar.lang.patterns.java : /*.java,/*.jav
Hi, I have the same situation. Im trying to analyze a java project but I got the same issue:
ERROR: Language of file 'src/main/less/responsive.less' can not be decided as the file matches patterns of both sonar.lang.patterns.ojaudit : /. and sonar.lang.patterns.css : /*.css,/*.less,/*.scss
It would be nice to make this configuration available in the Sonar configuration as other languages
OJAudit is catching all files with the pattern */.* which is a problem if i run tests on python scripts that have nothing todo with OJAudit. In SonarQube (6.0) it is for all extensions possible to select the file-extension pattern, except for the OJAudit plugin. Please make it selectable and make the default less greedy.
build 14-Sep-2016 14:24:50 DEBUG: Declared extensions of language CSS were converted to sonar.lang.patterns.css : /.css
build 14-Sep-2016 14:24:50 DEBUG: Declared extensions of language OJAudit (JDeveloper auditing framework) were converted to sonar.lang.patterns.ojaudit : */.
build 14-Sep-2016 14:24:50 DEBUG: Declared extensions of language Python were converted to sonar.lang.patterns.py : */.py
build 14-Sep-2016 14:24:50 DEBUG: Declared extensions of language JavaScript were converted to sonar.lang.patterns.js : */.js
build 14-Sep-2016 14:24:50 DEBUG: Declared extensions of language Puppet were converted to sonar.lang.patterns.pp : */.pp
build 14-Sep-2016 14:24:50 DEBUG: Declared extensions of language JSP were converted to sonar.lang.patterns.jsp : */.jsp
build 14-Sep-2016 14:24:50 DEBUG: Declared extensions of language Java were converted to sonar.lang.patterns.java : */.java,/.jav
build 14-Sep-2016 14:24:50 DEBUG: Declared extensions of language Web were converted to sonar.lang.patterns.web : */.html,__/.xhtml,/*.rhtml,/.shtml
build 14-Sep-2016 14:24:50 DEBUG: Declared extensions of language XML were converted to sonar.lang.patterns.xml : */*.xml
Mick
The text was updated successfully, but these errors were encountered: