[PR #638] [MERGED] Reenable Disabled Pint Rules #868

Closed
opened 2026-02-05 17:57:01 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/638
Author: @lancepioch
Created: 10/20/2024
Status: Merged
Merged: 10/20/2024
Merged by: @lancepioch

Base: mainHead: lance/pint-fixes


📝 Commits (8)

  • c0a41ac Add class_attributes_separation
  • 96acd26 Add concat_space rule
  • 1bf6a88 Add nullable_type_declaration_for_default_null_value rule
  • d21740d Add phpdoc_align rule
  • 466f9f7 Add phpdoc_separation rule
  • deb6603 Revert "Add concat_space rule"
  • 64943aa Merge branch 'main' into lance/pint-fixes
  • c621d2d Remove superfluous doc block

📊 Changes

87 files changed (+165 additions, -73 deletions)

View changed files

📝 app/Exceptions/DisplayException.php (+3 -0)
📝 app/Exceptions/Handler.php (+3 -3)
📝 app/Exceptions/Http/HttpForbiddenException.php (+1 -1)
📝 app/Exceptions/Http/Server/ServerStateConflictException.php (+1 -1)
📝 app/Exceptions/Http/TwoFactorAuthRequiredException.php (+1 -1)
📝 app/Exceptions/Service/ServiceLimitExceededException.php (+1 -1)
📝 app/Exceptions/Service/User/TwoFactorAuthenticationTokenInvalid.php (+1 -0)
📝 app/Extensions/Backups/BackupManager.php (+2 -2)
📝 app/Extensions/DynamicDatabaseConnection.php (+2 -0)
📝 app/Filament/Pages/Settings.php (+1 -0)
📝 app/Filament/Resources/ApiKeyResource.php (+3 -0)
📝 app/Filament/Resources/DatabaseHostResource.php (+1 -0)
📝 app/Filament/Resources/DatabaseHostResource/RelationManagers/DatabasesRelationManager.php (+1 -0)
📝 app/Filament/Resources/DatabaseResource.php (+1 -0)
📝 app/Filament/Resources/EggResource/Pages/CreateEgg.php (+1 -0)
📝 app/Filament/Resources/EggResource/Pages/ListEggs.php (+1 -0)
📝 app/Filament/Resources/MountResource.php (+1 -0)
📝 app/Filament/Resources/MountResource/Pages/EditMount.php (+1 -0)
📝 app/Filament/Resources/MountResource/Pages/ListMounts.php (+2 -0)
📝 app/Filament/Resources/NodeResource/Widgets/NodeCpuChart.php (+1 -0)

...and 67 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/panel/pull/638 **Author:** [@lancepioch](https://github.com/lancepioch) **Created:** 10/20/2024 **Status:** ✅ Merged **Merged:** 10/20/2024 **Merged by:** [@lancepioch](https://github.com/lancepioch) **Base:** `main` ← **Head:** `lance/pint-fixes` --- ### 📝 Commits (8) - [`c0a41ac`](https://github.com/pelican-dev/panel/commit/c0a41acf1f1c9f415afca82e8f9c317df32bd7c8) Add class_attributes_separation - [`96acd26`](https://github.com/pelican-dev/panel/commit/96acd268bee7005fe1691b572a4674575604d437) Add concat_space rule - [`1bf6a88`](https://github.com/pelican-dev/panel/commit/1bf6a880fbb0f51a3f0019e5b45522ac36a7b0cd) Add nullable_type_declaration_for_default_null_value rule - [`d21740d`](https://github.com/pelican-dev/panel/commit/d21740d4589218dc8a7176edd665a1419a24373a) Add phpdoc_align rule - [`466f9f7`](https://github.com/pelican-dev/panel/commit/466f9f7edcc225fee30c47ea4b5b61f43437268d) Add phpdoc_separation rule - [`deb6603`](https://github.com/pelican-dev/panel/commit/deb660384039275610f389302942774f65d35c10) Revert "Add concat_space rule" - [`64943aa`](https://github.com/pelican-dev/panel/commit/64943aa50cb5058929fed08a3754d1e08d0597ed) Merge branch 'main' into lance/pint-fixes - [`c621d2d`](https://github.com/pelican-dev/panel/commit/c621d2dad51f4c2051c83db25a71982de719c266) Remove superfluous doc block ### 📊 Changes **87 files changed** (+165 additions, -73 deletions) <details> <summary>View changed files</summary> 📝 `app/Exceptions/DisplayException.php` (+3 -0) 📝 `app/Exceptions/Handler.php` (+3 -3) 📝 `app/Exceptions/Http/HttpForbiddenException.php` (+1 -1) 📝 `app/Exceptions/Http/Server/ServerStateConflictException.php` (+1 -1) 📝 `app/Exceptions/Http/TwoFactorAuthRequiredException.php` (+1 -1) 📝 `app/Exceptions/Service/ServiceLimitExceededException.php` (+1 -1) 📝 `app/Exceptions/Service/User/TwoFactorAuthenticationTokenInvalid.php` (+1 -0) 📝 `app/Extensions/Backups/BackupManager.php` (+2 -2) 📝 `app/Extensions/DynamicDatabaseConnection.php` (+2 -0) 📝 `app/Filament/Pages/Settings.php` (+1 -0) 📝 `app/Filament/Resources/ApiKeyResource.php` (+3 -0) 📝 `app/Filament/Resources/DatabaseHostResource.php` (+1 -0) 📝 `app/Filament/Resources/DatabaseHostResource/RelationManagers/DatabasesRelationManager.php` (+1 -0) 📝 `app/Filament/Resources/DatabaseResource.php` (+1 -0) 📝 `app/Filament/Resources/EggResource/Pages/CreateEgg.php` (+1 -0) 📝 `app/Filament/Resources/EggResource/Pages/ListEggs.php` (+1 -0) 📝 `app/Filament/Resources/MountResource.php` (+1 -0) 📝 `app/Filament/Resources/MountResource/Pages/EditMount.php` (+1 -0) 📝 `app/Filament/Resources/MountResource/Pages/ListMounts.php` (+2 -0) 📝 `app/Filament/Resources/NodeResource/Widgets/NodeCpuChart.php` (+1 -0) _...and 67 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 17:57:01 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#868