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
+15
Original file line number
Diff line number
Diff line change
@@ -113,6 +113,21 @@ script:
113
113
./tests/tests.sh
114
114
```
115
115
116
+
# Lint
117
+
118
+
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.
119
+
120
+
- On Debian-like systems: `apt install shellcheck devscripts`
121
+
- On Fedora-like systems: `dnf install shellcheck devscripts`
122
+
123
+
After installation, you can run `shellcheck` and `checkbashisms` by executing the following commands:
0 commit comments