Skip to content

Commit

Permalink
phpro#265: Added a FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
Benny Van der Stee committed Feb 24, 2017
1 parent 72d9d20 commit 948b5c9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,9 @@ of how to build your own conventions checker.
- [GrumPHP does not work with submodules](doc/issues/grumphp-is-not-working-with-submodules.md)
## FAQ
- [FAQ](doc/faq.md)
## About
### Submitting bugs and feature requests
Expand Down
12 changes: 12 additions & 0 deletions doc/faq.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## FAQ

**Which parts of the code does GrumPHP scan?**
> When running `./vendor/bin/grumphp run` all
> files in the repository will be scanned.
> On pre-commit + commit-msg the changed files
> will be scanned.
> Most tasks work directly with these files,
> but there are some commands like `git_blacklist`
> that are able to check only the committed lines.

0 comments on commit 948b5c9

Please sign in to comment.