Skip to content

Commit

Permalink
Update README to reflect output changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pengwynn committed Dec 12, 2014
1 parent 6f8f4b2 commit c0fea39
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ show the full gamut of suggestions:
~/projects/dream
❯ flint
[ERROR] README not found
[FIXME] Every project begins with a README. http://bit.ly/1dqUYQF
[INFO] Every project begins with a README. http://bit.ly/1dqUYQF
[ERROR] CONTRIBUTING guide not found
[FIXME] Add a guide for potential contributors. http://git.io/z-TiGg
[INFO] Add a guide for potential contributors. http://git.io/z-TiGg
[ERROR] LICENSE not found
[FIXME] Add a license to protect yourself and your users. http://choosealicense.com/
[INFO] Add a license to protect yourself and your users. http://choosealicense.com/
[WARNING] Bootstrap script not found
[FIXME] A bootstrap script makes setup a snap. http://bit.ly/JZjVL6
[INFO] A bootstrap script makes setup a snap. http://bit.ly/JZjVL6
[WARNING] Test script not found
[FIXME] Make it easy to run the test suite regardless of project type. http://bit.ly/JZjVL6
[INFO] Make it easy to run the test suite regardless of project type. http://bit.ly/JZjVL6
[CRITICAL] Some critical problems found.
```

Expand All @@ -47,9 +47,9 @@ cloning:
```sh
❯ flint --github pengwynn/dotfiles
[ERROR] CONTRIBUTING guide not found
[FIXME] Add a guide for potential contributors. http://git.io/z-TiGg
[INFO] Add a guide for potential contributors. http://git.io/z-TiGg
[WARNING] Test script not found
[FIXME] Make it easy to run the test suite regardless of project type. http://bit.ly/JZjVL6
[INFO] Make it easy to run the test suite regardless of project type. http://bit.ly/JZjVL6
[CRITICAL] Some critical problems found.
```
Passing the `-h` flag will show full usage options:
Expand Down

0 comments on commit c0fea39

Please sign in to comment.