Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit eddca60

Browse files
authoredSep 26, 2023
[Optimization] Add tests (#67)
* Add ObjectCompositeResolverTest * remove unless polyfills * up test * up test * up test * up test * up test * up test * up test * add test for array map * add test for count proxy * Add test for Rules * Add test for Diff * add test * fix lint * remove rule * add test for Resolver * add test for ConfigFormat * add test for LinterFactory * add tests for tool info subjects * add test * add version * add version
1 parent c25de67 commit eddca60

File tree

63 files changed

+1390
-702
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+1390
-702
lines changed
 

‎CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ This file contains changelogs.
66

77
## [Unreleased](https://github.com/ArtARTs36/php-merge-request-linter/compare/0.20.2..master)
88

9+
## [v0.21.0 (2023-09-26)](https://github.com/ArtARTs36/php-merge-request-linter/compare/0.20.2..0.21.0)
10+
11+
### Removed
12+
* Removed Rule `@mr-linter/has_all_labels`
13+
* Removed unnecessary polyfills
14+
15+
### Changed
16+
* Catch exception on non-exists notification messenger
17+
18+
[💾 Assets](https://github.com/ArtARTs36/php-merge-request-linter/releases/tag/0.21.0)
19+
20+
-----------------------------------------------------------------
21+
922
## [v0.20.2 (2023-09-13)](https://github.com/ArtARTs36/php-merge-request-linter/compare/0.20.1..0.20.2)
1023

1124
### Added

‎composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@
3838
"artarts36/array-file-system": "^0.1.0",
3939
"artarts36/docs-retriever": "dev-dev"
4040
},
41+
"replace": {
42+
"symfony/polyfill-mbstring": "*",
43+
"symfony/polyfill-php80": "*",
44+
"symfony/polyfill-ctype": "*"
45+
},
4146
"license": "MIT",
4247
"autoload": {
4348
"psr-4": {

0 commit comments

Comments
 (0)