JP Simard
|
bdeeac6b4c
|
simplify disable in HTMLReporter
|
2016-11-25 11:32:26 -08:00 |
|
Johnykutty Mathew
|
757ca5bc04
|
Unwanted space removed
|
2016-11-03 17:10:55 +05:30 |
|
Johnykutty Mathew
|
e0627a3063
|
- Lint issues fixed
|
2016-11-02 14:38:09 +05:30 |
|
Johnykutty Mathew
|
af7404aa3d
|
Updated HTML Reporter
|
2016-11-01 20:00:31 +05:30 |
|
Johnykutty Mathew
|
6fb7ca1246
|
HTML Reporter added
|
2016-10-27 18:11:20 +05:30 |
|
Matthew Ellis
|
07313c09a5
|
Add JUnit reporter
|
2016-07-22 20:50:58 +01:00 |
|
JP Simard
|
512c3c695d
|
rewrite XcodeReporter.generateForSingleViolation to compile 200x faster
before: 6056.5ms
after: 28.2ms
|
2016-01-18 13:52:37 -08:00 |
|
JP Simard
|
59db289356
|
rewrite CheckstyleReporter.generateReport to compile 100x faster
before: 10s
after: 100ms
|
2016-01-18 13:52:37 -08:00 |
|
JP Simard
|
5bf0f89835
|
Revert "fix escaped double quote character"
This reverts commit a0a76d898f.
Turns out that the previous version was correct.
See https://en.wikipedia.org/wiki/Comma-separated_values
|
2016-01-13 18:22:00 -08:00 |
|
JP Simard
|
a0a76d898f
|
fix escaped double quote character
|
2016-01-11 08:55:10 -08:00 |
|
JP Simard
|
8fbc88254c
|
escape strings when using CSV reporter
|
2016-01-11 08:50:15 -08:00 |
|
JP Simard
|
e546ecb094
|
add checkstyle reporter. addresses #277
|
2015-12-25 02:31:38 -05:00 |
|
JP Simard
|
0335f155ab
|
Perform major refactor of rule description, identifiers and examples
Fixes #183.
|
2015-11-04 12:24:33 -08:00 |
|
Gilles Grousset
|
7feb26ebe2
|
Refactored Rule reference in StyleViolation
Now uses a String with the rule identifier
|
2015-11-03 13:31:29 +01:00 |
|
Gilles Grousset
|
0e9fad37db
|
Fixed compilation error with Travis CI
|
2015-11-01 22:33:28 +01:00 |
|
Gilles Grousset
|
f877af1720
|
Added rule id on RulesCommand and XcodeReporter
|
2015-11-01 02:16:34 +01:00 |
|
Gilles Grousset
|
7328b41da8
|
Added rule reference to StyleViolation
- Added rule reference to StyleViolation
- Added rule_id field on JSONReporter and CSVReporter
|
2015-11-01 02:00:04 +01:00 |
|
JP Simard
|
87cd144b8a
|
Merge stdin/non-stdin code paths, only log reports to stdout, chunk json/csv reports
|
2015-10-05 11:57:07 -07:00 |
|
JP Simard
|
1bec2bcb23
|
use XcodeReporter for StyleViolation's description
|
2015-09-20 00:01:36 +02:00 |
|
JP Simard
|
ee79209db8
|
added custom reporters: xcode (default), json, csv. fixes #42
|
2015-09-19 17:48:32 +02:00 |
|