-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add pre-commit hooks configuration file * Update pre-commit hooks in .pre-commit-config.yaml * Remove unused hooks and skip hadolint in pre-commit.ci * [pre-commit.ci] auto fixes from pre-commit.com hooks [CI SKIP] for more information, see https://pre-commit.ci * Update pre-commit hooks and add golangci-lint * Add pre-commit.ci badge to README --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
2841939
commit 8cff995
Showing
58 changed files
with
171 additions
and
133 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,4 +18,4 @@ | |
], | ||
"remoteUser": "root", | ||
"postCreateCommand": "bash .devcontainer/postCreateCommand.sh" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,4 +18,4 @@ npm install | |
cd .. | ||
|
||
|
||
echo 'Container ready!' | ||
echo 'Container ready!' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,4 @@ npm-debug.log | |
.coverage.* | ||
.env | ||
.aws | ||
vendor | ||
vendor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,4 +18,4 @@ | |
*.sh text eol=lf | ||
*.txt text eol=lf | ||
*.xml text eol=lf | ||
*.vue text eol=lf | ||
*.vue text eol=lf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,4 +49,4 @@ updates: | |
commit-message: | ||
prefix: fix | ||
prefix-development: chore | ||
include: scope | ||
include: scope |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -141,4 +141,4 @@ dist | |
*.so | ||
*.dylib | ||
vendor/ | ||
__debug_bin | ||
__debug_bin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# cSpell:ignore checkmake hadolint autofix autoupdate | ||
repos: | ||
- repo: meta | ||
hooks: | ||
- id: check-hooks-apply | ||
- id: check-useless-excludes | ||
- repo: https://github.com/pre-commit/pre-commit-hooks | ||
rev: v4.5.0 | ||
hooks: | ||
- id: end-of-file-fixer | ||
- id: trailing-whitespace | ||
- repo: https://github.com/golangci/golangci-lint | ||
rev: v1.55.2 | ||
hooks: | ||
- id: golangci-lint | ||
# FIXME: Executable `docker` not found | ||
# - repo: https://git.schmidl.dev/schtobia/woodpecker-lint | ||
# rev: 1.0.0 | ||
# hooks: | ||
# - id: woodpecker-lint | ||
- repo: https://github.com/mrtazz/checkmake | ||
rev: 0.2.2 | ||
hooks: | ||
- id: checkmake | ||
|
||
ci: | ||
autofix_commit_msg: | | ||
[pre-commit.ci] auto fixes from pre-commit.com hooks [CI SKIP] | ||
for more information, see https://pre-commit.ci | ||
autofix_prs: true | ||
autoupdate_branch: "" | ||
autoupdate_commit_msg: "[pre-commit.ci] pre-commit autoupdate" | ||
autoupdate_schedule: monthly | ||
submodules: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,4 +30,4 @@ steps: | |
directory: web/ | ||
commands: | ||
- npm run lint | ||
when: *when | ||
when: *when |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
ECHOES_SERVER=localhost:5000 | ||
ECHOES_AGENT_SECRET= | ||
ECHOES_AGENT_SECRET= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,4 @@ | |
.env | ||
|
||
# Ignore build output for vue | ||
web/dist | ||
web/dist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,4 +18,4 @@ | |
*.sh text eol=lf | ||
*.txt text eol=lf | ||
*.xml text eol=lf | ||
*.vue text eol=lf | ||
*.vue text eol=lf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -134,4 +134,4 @@ version | |
|
||
# Ignore IDE files | ||
.idea | ||
.vscode | ||
.vscode |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
a152828c8864ac9cc59ddb34ad8f46a9134cb2b2fd3d53419a8be0db5fc410748e146192dc4fe3d6012dc3c36ab4ff669b123106d177e7444dede42cf3ce5d72bd464d78c4a9cf151fcc63431c3fcea08ac4424c97af7ad97e1ee01992685f972c724aa0e18af9cb57965d7b7fec95a782ebd4fa62a802082a5336d5e34d75302ffe85d74d57c5739f65760c4b2168b030ced77a856f9e34ffbc7d694a6dc0fbc739a9f7708e0c993a47cb97362672006e6758d904c4486026a0840d52bc17eeb9cb48edd77c8197df2225bb9e42a3ff39df21dfb6fed8ef9c171f9b0314e469344c235474aaa5685f39f72b579efae2efbb122c2495394444df7ad7f3fe1467 | ||
a152828c8864ac9cc59ddb34ad8f46a9134cb2b2fd3d53419a8be0db5fc410748e146192dc4fe3d6012dc3c36ab4ff669b123106d177e7444dede42cf3ce5d72bd464d78c4a9cf151fcc63431c3fcea08ac4424c97af7ad97e1ee01992685f972c724aa0e18af9cb57965d7b7fec95a782ebd4fa62a802082a5336d5e34d75302ffe85d74d57c5739f65760c4b2168b030ced77a856f9e34ffbc7d694a6dc0fbc739a9f7708e0c993a47cb97362672006e6758d904c4486026a0840d52bc17eeb9cb48edd77c8197df2225bb9e42a3ff39df21dfb6fed8ef9c171f9b0314e469344c235474aaa5685f39f72b579efae2efbb122c2495394444df7ad7f3fe1467 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
dist | ||
node_modules | ||
node_modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,4 +17,4 @@ | |
"vueIndentScriptAndStyle": false, | ||
"endOfLine": "lf", | ||
"singleAttributePerLine": true | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -88,4 +88,4 @@ | |
</script> | ||
</body> | ||
|
||
</html> | ||
</html> |
Oops, something went wrong.