File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
PHP_VERSION = 7.4
2
2
GCLOUD_LOCAL = " ~/.config/gcloud"
3
3
GIT_CONFIG_LOCAL = " ~/.gitconfig"
4
+ XDEBUG_CONFIG = " remote_host=${ HOST_IP } remote_enable=1 remote_connect_back=1"
Original file line number Diff line number Diff line change @@ -4,9 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## 2.2.2 - 2021-03-10
7
+ ## 2.2.2 - 2021-05-12
8
8
### Changed
9
9
- Company/Vendor & website to Youwe.
10
+ ### Fixed
11
+ - With PHPlint you cannot exclude a directory. For this module it's disabled.
10
12
11
13
## 2.2.1 - 2021-03-10
12
14
### Fixed
Original file line number Diff line number Diff line change @@ -8,4 +8,5 @@ parameters:
8
8
- /^phpmd.xml$/
9
9
- /^phpunit.xml$/
10
10
- /^pdepend.xml$/
11
- - /^files/
11
+ - /^files/
12
+ phplint.triggered_by : []
You can’t perform that action at this time.
0 commit comments