forked from phpro/grumphp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Benny Van der Stee
committed
Feb 24, 2017
1 parent
72d9d20
commit 948b5c9
Showing
2 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|