mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-12 01:45:56 -05:00
[PR #1800] [MERGED] Adding pre-commit config #6650
Reference in New Issue
Block a user
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/dani-garcia/vaultwarden/pull/1800
Author: @BlackDex
Created: 6/27/2021
Status: ✅ Merged
Merged: 7/4/2021
Merged by: @dani-garcia
Base:
main← Head:pre-commit📝 Commits (1)
ff8e88aAdding pre-commit config📊 Changes
1 file changed (+37 additions, -0 deletions)
View changed files
➕
.pre-commit-config.yaml(+37 -0)📄 Description
There is a nice tool called pre-commit: https://pre-commit.com/
It can run actions prior to a commit to validate everything is working.
People can choose to enable this for them selfs, but it would be nice to have a base config by default.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.