Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed CFLint version in README.md from 1.4 to 1.5 #704

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 6,7 @@ A static code analysis tool for CFML.

License: [BSD](http://www.opensource.org/licenses/bsd-license.html)

Current Version: 1.4.x
Current Version: 1.5.x

# Versions

Expand Down Expand Up @@ -67,19 67,19 @@ With the binaries retrieved one or the other way, you can now use CFLint on the

#### Use the "-all"-version of the jar-file

CFLint-1.4.0-all.jar
CFLint-1.5.0-all.jar

#### Scan a folder with the complete set of rules

java -jar CFLint-1.4.0-all.jar -folder <baseFolder>
java -jar CFLint-1.5.0-all.jar -folder <baseFolder>

#### Scan a file with the complete set of rules

java -jar CFLint-1.4.0-all.jar -file <fullPathToFile>
java -jar CFLint-1.5.0-all.jar -file <fullPathToFile>

#### See parameters and help

java -jar CFLint-1.4.0-all.jar -help
java -jar CFLint-1.5.0-all.jar -help

# User manual

Expand Down