Skip to content
This repository was archived by the owner on Oct 12, 2024. It is now read-only.

Commit dbe55b9

Browse files
committedJun 30, 2021
Remove unnecessary shell check and formatting pre-commit hooks
1 parent 6d08ffa commit dbe55b9

File tree

2 files changed

+0
-23
lines changed

2 files changed

+0
-23
lines changed
 

‎.pre-commit-config.yaml

-16
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,3 @@ repos:
1010
- id: end-of-file-fixer
1111
- id: mixed-line-ending
1212
- id: trailing-whitespace
13-
- repo: local
14-
hooks:
15-
- id: shellcheck
16-
name: shellcheck
17-
language: system
18-
entry: podman run --rm -v ".:/mnt:Z" docker.io/koalaman/shellcheck:latest
19-
args: [--color=always]
20-
types: [shell]
21-
- repo: local
22-
hooks:
23-
- id: shfmt
24-
name: shfmt
25-
language: system
26-
entry: podman run --rm -v ".:/mnt:Z" -w /mnt docker.io/mvdan/shfmt:latest
27-
args: [-w]
28-
types: [shell]

‎README.adoc

-7
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ endif::[]
1717
:OpenSSH: https://www.openssh.com/[OpenSSH]
1818
:pre-commit: https://pre-commit.com/[pre-commit]
1919
:Screen: https://www.gnu.org/software/screen/[Screen]
20-
:sh: https://pkg.go.dev/mvdan.cc/sh/v3[sh]
21-
:ShellCheck: https://www.shellcheck.net/[ShellCheck]
2220
:Podman: https://podman.io/[Podman]
2321

2422
image:https://img.shields.io/github/workflow/status/jwillikers/screen-image/CI/main[GitHub Workflow Status]
@@ -54,10 +52,7 @@ podman run \
5452
== Build
5553

5654
This project uses {Buildah} and {Podman} for building and testing the image.
57-
To ensure the shell scripts are kept in good working order, the project uses {ShellCheck} and {sh}.
5855
A set of {pre-commit} checks are readily available to ensure your code is up-to-spec at the time it is committed.
59-
Both ShellCheck and sh are run via Podman using their official Docker containers as pre-commit hooks.
60-
Cool, right?
6156
Instructions for setting up a development environment, building the image, and testing the image follow.
6257
These instructions are intended for users of {Fedora-Silverblue}, where the packages `buildah`, `git`, and `podman` are already available.
6358

@@ -154,8 +149,6 @@ Several of these projects are enumerated below.
154149
* https://rouge.jneen.net/[Rouge]
155150
* https://www.ruby-lang.org/en/[Ruby]
156151
* {Screen}
157-
* {sh}
158-
* {ShellCheck}
159152

160153
== Code of Conduct
161154

0 commit comments

Comments
 (0)
This repository has been archived.