Skip to content

Commit 77015bf

Browse files
author
Cédric Belin
committed
Update the "lint" task
1 parent 9e1c68b commit 77015bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cakefile.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ task "dist", "Packages the project.", ->
2020
rmSync "lib/cakefile.js"
2121

2222
task "lint", "Performs the static analysis of source code.", ->
23-
npx "coffeelint", "--file=etc/coffeelint.json", "Cakefile", "example", "src", "test"
23+
npx "coffeelint", "--file=etc/coffeelint.json", "example", "src", "test"
2424

2525
task "publish", "Publishes the package.", ->
2626
invoke "dist"

0 commit comments

Comments
 (0)