@@ -8,7 +8,7 @@ This file contains changelogs.
8
8
9
9
## [ v0.17.0 (2023-08-30)] ( https://github.com/ArtARTs36/php-merge-request-linter/compare/0.16.4..0.17.0 )
10
10
11
- ## Optimized
11
+ ### Optimized
12
12
* Updated PHP to 8.2
13
13
* Deleted unless dependency "jetbrains/phpstorm-attributes"
14
14
@@ -18,17 +18,17 @@ This file contains changelogs.
18
18
19
19
## [ v0.16.4 (2023-08-29)] ( https://github.com/ArtARTs36/php-merge-request-linter/compare/0.16.3..0.16.4 )
20
20
21
- ## Added
21
+ ### Added
22
22
* Throw exception when github actions token is empty
23
23
* Throw exception when gitlab token is empty
24
24
25
- ## Optimized
25
+ ### Optimized
26
26
* Reduced docker image size
27
27
28
- ## Docs
28
+ ### Docs
29
29
* Updated rules doc page
30
30
31
- ## Dependencies
31
+ ### Internal
32
32
* Bump ` guzzlehttp/psr7 ` from ` 2.4.3 ` to ` 2.4.5 `
33
33
34
34
[ 💾 Assets] ( https://github.com/ArtARTs36/php-merge-request-linter/releases/tag/0.16.4 )
@@ -37,7 +37,7 @@ This file contains changelogs.
37
37
38
38
## [ v0.16.3 (2023-08-29)] ( https://github.com/ArtARTs36/php-merge-request-linter/compare/0.16.2..0.16.3 )
39
39
40
- ## Added
40
+ ### Added
41
41
* Added rule ` title_conventional `
42
42
43
43
[ 💾 Assets] ( https://github.com/ArtARTs36/php-merge-request-linter/releases/tag/0.16.3 )
@@ -46,7 +46,7 @@ This file contains changelogs.
46
46
47
47
## [ v0.16.2 (2023-08-29)] ( https://github.com/ArtARTs36/php-merge-request-linter/compare/0.16.1..0.16.2 )
48
48
49
- ## Optimized
49
+ ### Optimized
50
50
* Throw http exceptions and catch their in CI requests
51
51
52
52
[ 💾 Assets] ( https://github.com/ArtARTs36/php-merge-request-linter/releases/tag/0.16.2 )
@@ -55,10 +55,10 @@ This file contains changelogs.
55
55
56
56
## [ v0.16.1 (2023-08-13)] ( https://github.com/ArtARTs36/php-merge-request-linter/compare/0.16.0..0.16.1 )
57
57
58
- ## Added
58
+ ### Added
59
59
* Support GitLab CI job token
60
60
61
- ## Fixed
61
+ ### Fixed
62
62
* Fixed phar on "TwigTest not found"
63
63
64
64
[ 💾 Assets] ( https://github.com/ArtARTs36/php-merge-request-linter/releases/tag/0.16.1 )
@@ -67,7 +67,7 @@ This file contains changelogs.
67
67
68
68
## [ v0.16.0 (2023-08-06)] ( https://github.com/ArtARTs36/php-merge-request-linter/compare/0.15.3..0.16.0 )
69
69
70
- ## Added
70
+ ### Added
71
71
* Added comments with lint result for merge requests
72
72
73
73
[ 💾 Assets] ( https://github.com/ArtARTs36/php-merge-request-linter/releases/tag/0.16.0 )
@@ -76,7 +76,7 @@ This file contains changelogs.
76
76
77
77
## [ v0.15.3 (2023-07-29)] ( https://github.com/ArtARTs36/php-merge-request-linter/compare/0.15.2..0.15.3 )
78
78
79
- ## Added
79
+ ### Added
80
80
* Added "no ssh keys" rule to prevent ssh keys from being included in the merge request.
81
81
* Added "disable file extensions" rule to disable adding files of certain extensions.
82
82
@@ -86,7 +86,7 @@ This file contains changelogs.
86
86
87
87
## [ v0.15.2 (2023-07-29)] ( https://github.com/ArtARTs36/php-merge-request-linter/compare/0.15.1..0.15.2 )
88
88
89
- ## Optimization
89
+ ### Optimization
90
90
* Add diff fragments for fast search in changes
91
91
92
92
[ 💾 Assets] ( https://github.com/ArtARTs36/php-merge-request-linter/releases/tag/0.15.2 )
@@ -95,7 +95,7 @@ This file contains changelogs.
95
95
96
96
## [ v0.15.1 (2023-07-27)] ( https://github.com/ArtARTs36/php-merge-request-linter/compare/0.15.0..0.15.1 )
97
97
98
- ## Added
98
+ ### Added
99
99
* Added Rule "diff limit"
100
100
* Added examples for params of rules
101
101
@@ -129,7 +129,7 @@ This file contains changelogs.
129
129
130
130
## [ v0.14.0 (2023-05-27)] ( https://github.com/ArtARTs36/php-merge-request-linter/compare/0.13.1..0.14.0 )
131
131
132
- ## Added
132
+ ### Added
133
133
* Suppress error on non-critical rules via rule option ` critical: false `
134
134
* Added option ` stop_on_failure ` for stop linter on first failure
135
135
* Added option ` stop_on_warning ` for stop linter on first warning
@@ -180,7 +180,7 @@ This file contains changelogs.
180
180
* Add logs for HTTP Client
181
181
* Validate BitBucket PR data
182
182
183
- ## Changed
183
+ ### Internal
184
184
* Update PHPStan level to 9
185
185
186
186
[ 💾 Assets] ( https://github.com/ArtARTs36/php-merge-request-linter/releases/tag/0.12.0 )
@@ -242,7 +242,7 @@ This file contains changelogs.
242
242
### Internal
243
243
* Refactored condition evaluator resolving
244
244
* 🚀 Up test coverage to 40.21%
245
- * Add dependency ** psr/clock**
245
+ * Added dependency ** psr/clock**
246
246
247
247
[ 💾 Assets] ( https://github.com/ArtARTs36/php-merge-request-linter/releases/tag/0.9.0 )
248
248
0 commit comments