You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -105,6 +105,21 @@ script:
105
105
./tests/tests.sh
106
106
```
107
107
108
+
# Lint
109
+
110
+
To lint the shell scripts, you need to install `shellcheck` and `checkbashisms`. Those tools will check the scripts for issues and ensure they follow best practices.
111
+
112
+
- On Debian-like systems: `apt-get install shellcheck devscripts`
113
+
- On Fedora-like systems: `dnf install shellcheck devscripts`
114
+
115
+
After installation, you can run `shellcheck` and `checkbashisms` by executing the following commands:
0 commit comments