summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2024-05-28 11:27:02 +0200
committerSanto Cariotti <santo@dcariotti.me>2024-05-28 11:27:02 +0200
commit8aa1a2ee7d6fd2af2cada95d1a14a3b881aad5a7 (patch)
tree8e488b1e9c01a4de0f9304fd8b3cabb62d00bc6d
parente9e423af8b39701b13d8eda5d83859159d1c9977 (diff)
Remove linter and precommit
-rw-r--r--.github/workflows/lint.yml16
-rw-r--r--.pre-commit-config.yaml30
2 files changed, 0 insertions, 46 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
deleted file mode 100644
index 46f1531..0000000
--- a/.github/workflows/lint.yml
+++ /dev/null
@@ -1,16 +0,0 @@
----
-name: lint
-
-on:
- push:
- branches: ["main"]
- pull_request:
- branches: ["main"]
-
-jobs:
- lint:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v2
- - uses: actions/setup-python@v3
- - uses: pre-commit/action@v3.0.1
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
deleted file mode 100644
index b151c45..0000000
--- a/.pre-commit-config.yaml
+++ /dev/null
@@ -1,30 +0,0 @@
-repos:
- - repo: https://github.com/pre-commit/pre-commit-hooks
- rev: v4.4.0
- hooks:
- - id: check-yaml
- - id: end-of-file-fixer
- - id: trailing-whitespace
- - id: check-case-conflict
- - id: check-merge-conflict
- - id: check-executables-have-shebangs
- - repo: https://github.com/igorshubovych/markdownlint-cli
- rev: v0.33.0
- hooks:
- - id: markdownlint
- - repo: https://github.com/Lucas-C/pre-commit-hooks
- rev: v1.5.1
- hooks:
- - id: forbid-tabs
- - repo: https://github.com/adrienverge/yamllint
- rev: v1.30.0
- hooks:
- - id: yamllint
- - repo: https://github.com/pryorda/dockerfilelint-precommit-hooks
- rev: v0.1.0
- hooks:
- - id: dockerfilelint
- - repo: https://github.com/syntaqx/git-hooks
- rev: v0.0.17
- hooks:
- - id: shellcheck