We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b19770 commit 4994199Copy full SHA for 4994199
tests/cli/assets/data.js
@@ -22,6 +22,30 @@ module.exports = {
22
0
23
]
24
},
25
+ "mix of cli options": {
26
+ "args": [
27
+ "--config=.rc1",
28
+ "--ignore=important",
29
+ "dir"
30
+ ],
31
+ "expecting": [
32
+ "csslint: No errors in dir/a.css.",
33
+ "csslint: There is 1 problem in dir/b.css.",
34
+ 0
35
+ ]
36
+ },
37
+ "more mixes of cli options": {
38
39
40
+ "--errors=important",
41
42
43
44
+ "csslint: There is 1 problem in dir/a.css.",
45
+ "csslint: No errors in dir/b.css.",
46
+ 1
47
48
49
"version": {
50
"args": [
51
"--version"
0 commit comments