Skip to content

v6.0.6 silently fails #429

Closed
Closed
@ahmadnassri

Description

@ahmadnassri

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

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions