Skip to content

Commit 538f245

Browse files
Updated changelog and fixed phplint error
1 parent c0ddc5e commit 538f245

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.env.dev

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
PHP_VERSION=7.4
22
GCLOUD_LOCAL="~/.config/gcloud"
33
GIT_CONFIG_LOCAL="~/.gitconfig"
4+
XDEBUG_CONFIG="remote_host=${HOST_IP} remote_enable=1 remote_connect_back=1"

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## 2.2.2 - 2021-03-10
7+
## 2.2.2 - 2021-05-12
88
### Changed
99
- Company/Vendor & website to Youwe.
10+
### Fixed
11+
- With PHPlint you cannot exclude a directory. For this module it's disabled.
1012

1113
## 2.2.1 - 2021-03-10
1214
### Fixed

grumphp.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ parameters:
88
- /^phpmd.xml$/
99
- /^phpunit.xml$/
1010
- /^pdepend.xml$/
11-
- /^files/
11+
- /^files/
12+
phplint.triggered_by: []

0 commit comments

Comments
 (0)