Skip to content

Commit

Permalink
Back to cflint 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nbihan-mediware committed Dec 10, 2018
1 parent 04bafd0 commit 038ee3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.stepstone.sonar.plugin</groupId>
<artifactId>sonar-coldfusion-plugin</artifactId>
<packaging>sonar-plugin</packaging>
<version>1.6.4-SNAPSHOT</version>
<version>1.6.5-SNAPSHOT</version>

<name>SonarQube Coldfusion Analyzer</name>
<description>Enables scanning of ColdFusion source files</description>
Expand Down Expand Up @@ -40,7 +40,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<sonar.version>6.7.5</sonar.version>
<cflint.version>1.4.0</cflint.version>
<cflint.version>1.2.3</cflint.version>
</properties>

<dependencies>
Expand Down

2 comments on commit 038ee3c

@ghedwards
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did you go back to 1.2.3 ?

@nbihan-mediware
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did you go back to 1.2.3 ?

There is a new set of rules (at least 1) that requires to update rules.xml before.
Also, I had bad performances on a large code base and need to investigate more.

Please sign in to comment.