mirror of
https://github.com/antonioribeiro/google2fa.git
synced 2026-04-25 08:05:49 +03:00
[PR #220] [MERGED] Add linting and reformatting #686
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/google2fa#686
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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.x← Head:add-linting📝 Commits (4)
e32863fAdd some tooling for lint and format during commit788d056Add php-cs-fixer1cc7caaRemove old code87ea180Add psalm📊 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.