-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from hootsuite/feature/version-bum-1p1p0
Release 1.1.0
- Loading branch information
Showing
2 changed files
with
17 additions
and
7 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 |
---|---|---|
|
@@ -8,7 +8,7 @@ Just add to your `.pre-commit-config.yaml` file with the following | |
|
||
```yaml | ||
- repo: [email protected]:hootsuite/pre-commit-php.git | ||
sha: 1.0.0 | ||
sha: 1.1.0 | ||
hooks: | ||
- id: php-lint | ||
- id: php-unit | ||
|
@@ -27,7 +27,7 @@ Just add to your `.pre-commit-config.yaml` file with the following | |
```yaml | ||
<<<<<<< HEAD | ||
- repo: [email protected]:hootsuite/pre-commit-php.git | ||
sha: 1.0.0 | ||
sha: 1.1.0 | ||
hooks: | ||
- id: php-lint | ||
``` | ||
|
@@ -38,7 +38,7 @@ A bash script that runs `php -l` against stage files that are php. Assumes `php` | |
|
||
```yaml | ||
- repo: [email protected]:hootsuite/pre-commit-php.git | ||
sha: 1.0.0 | ||
sha: 1.1.0 | ||
hooks: | ||
- id: php-lint-all | ||
``` | ||
|
@@ -50,7 +50,7 @@ A systems hook that just runs `php -l` against stage files that have the `.php` | |
|
||
```yaml | ||
- repo: [email protected]:hootsuite/pre-commit-php.git | ||
sha: 1.0.0 | ||
sha: 1.1.0 | ||
hooks: | ||
- id: php-unit | ||
``` | ||
|
@@ -65,7 +65,7 @@ Note in its current state, it will run the whole PHPUnit test as along as `.php` | |
|
||
```yaml | ||
- repo: [email protected]:hootsuite/pre-commit-php.git | ||
sha: 1.0.0 | ||
sha: 1.1.0 | ||
hooks: | ||
- id: php-cs | ||
files: \.(php)$ | ||
|
@@ -84,7 +84,7 @@ If you have multiple standards or a comma in your `args` property, escape the co | |
|
||
```yaml | ||
- repo: [email protected]:hootsuite/pre-commit-php.git | ||
sha: 1.0.0 | ||
sha: 1.1.0 | ||
hooks: | ||
- id: php-cs | ||
files: \.(php)$ | ||
|
@@ -100,7 +100,7 @@ If you have multiple standards or a comma in your `args` property, escape the co | |
|
||
```yaml | ||
- repo: [email protected]:hootsuite/pre-commit-php.git | ||
sha: 1.0.0 | ||
sha: 1.1.0 | ||
hooks: | ||
- id: php-cs | ||
files: \.(php)$ | ||
|