We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf2414d commit 2278b9bCopy full SHA for 2278b9b
src/Install/GuidelineComposer.php
@@ -181,16 +181,6 @@ protected function find(): Collection
181
$guidelines->put('.ai/'.$guideline['name'], $guideline);
182
}
183
184
- $pathsUsed = $guidelines->pluck('path');
185
-
186
- foreach ($userGuidelines as $guideline) {
187
- if ($pathsUsed->contains($guideline['path'])) {
188
- continue; // Don't include this twice if it's an override
189
- }
190
191
- $guidelines->put('.ai/'.$guideline['name'], $guideline);
192
193
194
collect(Composer::packagesDirectoriesWithBoostGuidelines())
195
->each(function (string $path, string $package) use ($guidelines): void {
196
$packageGuidelines = $this->guidelinesDir($path, true);
0 commit comments