Commit 3b9fc99
committed
Closes #567, among other things
Fix the issue of JSON config files not working with more than
one option specified.
Also allow JSON config values to be strings, e.g.
{ "format" : "checkstyle-xml" }
Finally, and most significantly, traditionally formatted
.csslintrc files may now have arbitrary whitespace! So this
also addresses #359.1 parent 5436a1e commit 3b9fc99
1 file changed
+11
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
306 | 306 | | |
307 | 307 | | |
308 | 308 | | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
309 | 312 | | |
310 | 313 | | |
311 | 314 | | |
312 | 315 | | |
313 | 316 | | |
314 | 317 | | |
315 | | - | |
| 318 | + | |
316 | 319 | | |
317 | | - | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
318 | 325 | | |
319 | 326 | | |
320 | 327 | | |
321 | 328 | | |
322 | | - | |
| 329 | + | |
| 330 | + | |
323 | 331 | | |
324 | 332 | | |
325 | 333 | | |
| |||
0 commit comments