btholt / btholt/grunt-flake8

All linting passes if flake8 is not installed.

Open
#3 2 comments 1 reaction 0 assignees View on GitHub
Dominant language
JavaScript
Stars
6
Forks
2
PR merge metrics
No merged PRs in 30d

Description

Reproduction steps:

```
$> git clone git@github.com:btholt/grunt-flake8.git
$> cd grunt-flake8
$> sudo pip uninstall flake8
$> grunt flake8
```

All tests will pass, even if there are errors.

It's definitely outside of the scope of the task to try and get flake8 installed for you, but it needs to at least warn you/quit when it runs the command `which flake8`.

It should return the exit code from that `which` call, and display a failure message if that code is equal to 1.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.