Skip to content

Commit 8f5c496

Browse files
committed
Expands the common preset
1 parent 134612f commit 8f5c496

3 files changed

Lines changed: 5 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
77

88
## [Unreleased]
99

10+
### Added
11+
- Expanded the common glob preset patterns.
12+
1013
## [v5.8.6] - 2026-05-13
1114

1215
### Fixed

src/Presets/CommonPreset.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ protected function getCommonGlob(): array
4949
'.githooks',
5050
'*.dist',
5151
'{B,b}uild*',
52+
'{B,b}enchmark*',
5253
'{D,d}ist',
5354
'{D,d}oc*',
5455
'{A,a}rt*',

tests/AnalyserTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1585,6 +1585,7 @@ public function returnsExpectedDefaultGlobPatterns(): void
15851585
'sonar*',
15861586
'{A,a}rt*',
15871587
'{A,a}sset*',
1588+
'{B,b}enchmark*',
15881589
'{B,b}uild*',
15891590
'{D,d}ist',
15901591
'{D,d}oc*',

0 commit comments

Comments
 (0)