[PR #220] [MERGED] Add linting and reformatting #455

Closed
opened 2026-03-01 17:49:44 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/antonioribeiro/google2fa/pull/220
Author: @antonioribeiro
Created: 10/20/2024
Status: Merged
Merged: 10/20/2024
Merged by: @antonioribeiro

Base: 9.xHead: add-linting


📝 Commits (4)

📊 Changes

12 files changed (+3318 additions, -0 deletions)

View changed files

.husky/pre-commit (+5 -0)
.prettierignore (+5 -0)
.prettierrc.yaml (+15 -0)
📝 composer.json (+1 -0)
package-lock.json (+2889 -0)
package.json (+29 -0)
tools/actions_notify.sh (+48 -0)
tools/colors.sh (+13 -0)
tools/helpers.sh (+25 -0)
tools/linters.sh (+284 -0)
tools/logs/.gitignore (+2 -0)
tools/tmp/.gitignore (+2 -0)

📄 Description

This will add automatic linting and reformatting when committing to any branch


🔄 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/antonioribeiro/google2fa/pull/220 **Author:** [@antonioribeiro](https://github.com/antonioribeiro) **Created:** 10/20/2024 **Status:** ✅ Merged **Merged:** 10/20/2024 **Merged by:** [@antonioribeiro](https://github.com/antonioribeiro) **Base:** `9.x` ← **Head:** `add-linting` --- ### 📝 Commits (4) - [`e32863f`](https://github.com/antonioribeiro/google2fa/commit/e32863ff06af6aaffcb495fb4ffb4a47364db233) Add some tooling for lint and format during commit - [`788d056`](https://github.com/antonioribeiro/google2fa/commit/788d056f4a19929f164cd549e711cde102e47768) Add php-cs-fixer - [`1cc7caa`](https://github.com/antonioribeiro/google2fa/commit/1cc7caa50e9a50baf8225307c1b7e911c0f831fd) Remove old code - [`87ea180`](https://github.com/antonioribeiro/google2fa/commit/87ea1802696ebc3d768d22ed3583815b5a701070) Add psalm ### 📊 Changes **12 files changed** (+3318 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.husky/pre-commit` (+5 -0) ➕ `.prettierignore` (+5 -0) ➕ `.prettierrc.yaml` (+15 -0) 📝 `composer.json` (+1 -0) ➕ `package-lock.json` (+2889 -0) ➕ `package.json` (+29 -0) ➕ `tools/actions_notify.sh` (+48 -0) ➕ `tools/colors.sh` (+13 -0) ➕ `tools/helpers.sh` (+25 -0) ➕ `tools/linters.sh` (+284 -0) ➕ `tools/logs/.gitignore` (+2 -0) ➕ `tools/tmp/.gitignore` (+2 -0) </details> ### 📄 Description This will add automatic linting and reformatting when committing to any branch --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 17:49:44 +03:00
Sign in to join this conversation.
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/google2fa#455
No description provided.