-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
47b15de
commit 3892f84
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,12 +5,16 @@ | |
A statistical code analysis tool for Cold Fusion (in the spirit of FindBugs and Lint) | ||
|
||
<div><strong>Can you use it today? Functional? Yes</strong><br> | ||
<strong>Mature, flawless? No, you can help.</strong></div> | ||
<strong>Mature, flawless? No, you can help:<br></strong></div> | ||
* <strong>Report an [issue](https://github.com/ryaneberly/CFLint/issues/new) </strong> | ||
* <strong>Email [me]([email protected]) </strong> | ||
|
||
See the Jenkins/Hudson [plugin](https://github.com/ryaneberly/CFLint-plugin). | ||
|
||
Download at [releases](https://github.com/ryaneberly/CFLint/releases) page. | ||
|
||
|
||
|
||
## Quick Start | ||
cflint --folder <somefolder> | ||
open cflint-result.html in your browser | ||
|