Closed
Description
I'm looking through the changes since v6.0.5
but not seeing why this is occurring, though easily repeatable between v6.0.5
and v6.0.6
test.js
function test() {
console.log('hello world')
}
v6.0.5
$ standard
standard: Use JavaScript Standard Style (http://standardjs.com)
/home/ahmad/Projects/test/test.js:1:10: 'test' is defined but never used
/home/ahmad/Projects/test/test.js:1:14: Missing space before function parentheses.
produces correct output.
v6.0.6
$ standard
produces no output.
Metadata
Metadata
Assignees
Type
Projects
Status
Done