-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: enable all optional shellcheck validations
Make shell a little bit safer with: - add-default-case - check-extra-masked-returns - check-set-e-suppressed - quote-safe-variables - check-unassigned-uppercase Although there are some stylistic decisions for uniformity: - avoid-nullary-conditions - deprecated-which - require-variable-braces
- Loading branch information
1 parent
011a71a
commit 224312e
Showing
55 changed files
with
343 additions
and
219 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
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# SPDX-FileCopyrightText: 2024 Benjamin Grande M. S. <[email protected]> | ||
# | ||
# SPDX-License-Identifier: MIT | ||
|
||
enable=all |
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 |
---|---|---|
|
@@ -115,6 +115,9 @@ fi | |
%dnl TODO: missing '%ghost', files generated during %post, such as Qrexec policies. | ||
|
||
%changelog | ||
* Tue Jul 09 2024 Ben Grande <[email protected]> - 011a71a | ||
- style: limit line length per file extension | ||
|
||
* Thu Jul 04 2024 Ben Grande <[email protected]> - 383c840 | ||
- doc: lint markdown files | ||
|
||
|
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 |
---|---|---|
|
@@ -107,6 +107,9 @@ fi | |
%dnl TODO: missing '%ghost', files generated during %post, such as Qrexec policies. | ||
|
||
%changelog | ||
* Tue Jul 09 2024 Ben Grande <[email protected]> - 011a71a | ||
- style: limit line length per file extension | ||
|
||
* Mon Jul 08 2024 Ben Grande <[email protected]> - 523bca2 | ||
- fix: conform files to editorconfig specification | ||
|
||
|
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 |
---|---|---|
|
@@ -118,6 +118,9 @@ fi | |
%dnl TODO: missing '%ghost', files generated during %post, such as Qrexec policies. | ||
|
||
%changelog | ||
* Tue Jul 09 2024 Ben Grande <[email protected]> - 011a71a | ||
- style: limit line length per file extension | ||
|
||
* Mon Jul 08 2024 Ben Grande <[email protected]> - 28c298d | ||
- fix: add Python indentation to editorconfig | ||
|
||
|
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 |
---|---|---|
|
@@ -108,6 +108,9 @@ fi | |
%dnl TODO: missing '%ghost', files generated during %post, such as Qrexec policies. | ||
|
||
%changelog | ||
* Tue Jul 09 2024 Ben Grande <[email protected]> - 011a71a | ||
- style: limit line length per file extension | ||
|
||
* Thu Jul 04 2024 Ben Grande <[email protected]> - 383c840 | ||
- doc: lint markdown files | ||
|
||
|
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 |
---|---|---|
|
@@ -110,6 +110,9 @@ fi | |
%dnl TODO: missing '%ghost', files generated during %post, such as Qrexec policies. | ||
|
||
%changelog | ||
* Tue Jul 09 2024 Ben Grande <[email protected]> - 011a71a | ||
- style: limit line length per file extension | ||
|
||
* Thu Jul 04 2024 Ben Grande <[email protected]> - 383c840 | ||
- doc: lint markdown files | ||
|
||
|
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 |
---|---|---|
|
@@ -137,6 +137,9 @@ fi | |
%dnl TODO: missing '%ghost', files generated during %post, such as Qrexec policies. | ||
|
||
%changelog | ||
* Tue Jul 09 2024 Ben Grande <[email protected]> - 011a71a | ||
- style: limit line length per file extension | ||
|
||
* Thu Jul 04 2024 Ben Grande <[email protected]> - 383c840 | ||
- doc: lint markdown files | ||
|
||
|
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 |
---|---|---|
|
@@ -130,6 +130,9 @@ fi | |
%dnl TODO: missing '%ghost', files generated during %post, such as Qrexec policies. | ||
|
||
%changelog | ||
* Tue Jul 09 2024 Ben Grande <[email protected]> - 011a71a | ||
- style: limit line length per file extension | ||
|
||
* Mon Jul 08 2024 Ben Grande <[email protected]> - f60077f | ||
- doc: spell check | ||
|
||
|
@@ -276,6 +279,3 @@ fi | |
|
||
* Wed Jan 10 2024 Ben Grande <[email protected]> - 2b6daac | ||
- fix: shellcheck | ||
|
||
* Wed Dec 20 2023 Ben Grande <[email protected]> - 38d98ec | ||
- fix: nft shebang and table names |
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 |
---|---|---|
|
@@ -123,6 +123,9 @@ fi | |
%dnl TODO: missing '%ghost', files generated during %post, such as Qrexec policies. | ||
|
||
%changelog | ||
* Tue Jul 09 2024 Ben Grande <[email protected]> - 011a71a | ||
- style: limit line length per file extension | ||
|
||
* Thu Jul 04 2024 Ben Grande <[email protected]> - 383c840 | ||
- doc: lint markdown files | ||
|
||
|
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 |
---|---|---|
|
@@ -111,6 +111,9 @@ fi | |
%dnl TODO: missing '%ghost', files generated during %post, such as Qrexec policies. | ||
|
||
%changelog | ||
* Tue Jul 09 2024 Ben Grande <[email protected]> - 011a71a | ||
- style: limit line length per file extension | ||
|
||
* Thu Jul 04 2024 Ben Grande <[email protected]> - 383c840 | ||
- doc: lint markdown files | ||
|
||
|
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 |
---|---|---|
|
@@ -114,6 +114,9 @@ fi | |
%dnl TODO: missing '%ghost', files generated during %post, such as Qrexec policies. | ||
|
||
%changelog | ||
* Tue Jul 09 2024 Ben Grande <[email protected]> - 011a71a | ||
- style: limit line length per file extension | ||
|
||
* Thu Jul 04 2024 Ben Grande <[email protected]> - 383c840 | ||
- doc: lint markdown files | ||
|
||
|
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 |
---|---|---|
|
@@ -120,6 +120,9 @@ fi | |
%dnl TODO: missing '%ghost', files generated during %post, such as Qrexec policies. | ||
|
||
%changelog | ||
* Tue Jul 09 2024 Ben Grande <[email protected]> - 011a71a | ||
- style: limit line length per file extension | ||
|
||
* Mon Jul 08 2024 Ben Grande <[email protected]> - f60077f | ||
- doc: spell check | ||
|
||
|
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 |
---|---|---|
|
@@ -120,6 +120,9 @@ fi | |
%dnl TODO: missing '%ghost', files generated during %post, such as Qrexec policies. | ||
|
||
%changelog | ||
* Tue Jul 09 2024 Ben Grande <[email protected]> - 011a71a | ||
- style: limit line length per file extension | ||
|
||
* Thu Jul 04 2024 Ben Grande <[email protected]> - 383c840 | ||
- doc: lint markdown files | ||
|
||
|
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 |
---|---|---|
|
@@ -108,6 +108,9 @@ fi | |
%dnl TODO: missing '%ghost', files generated during %post, such as Qrexec policies. | ||
|
||
%changelog | ||
* Tue Jul 09 2024 Ben Grande <[email protected]> - 011a71a | ||
- style: limit line length per file extension | ||
|
||
* Fri Jul 05 2024 Ben Grande <[email protected]> - 80482bf | ||
- fix: use systemd-resolved DNS on boot | ||
|
||
|
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
Oops, something went wrong.