-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: kogeler <[email protected]>
- Loading branch information
kogeler
committed
Nov 24, 2023
1 parent
41297f5
commit 69f5655
Showing
3 changed files
with
1 addition
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
--- | ||
skip_list: | ||
- name[casing] | ||
- empty-string-compare # Don't compare to empty string | ||
- experimental # all rules tagged as experimental | ||
- "306" # Ignore not setting pipefail - required for sh shell | ||
- name[template] # Style enforcement |
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 |
---|---|---|
@@ -1,7 +1,4 @@ | ||
--- | ||
skip_list: | ||
- name[casing] | ||
- empty-string-compare # Don't compare to empty string | ||
- experimental # all rules tagged as experimental | ||
- "306" # Ignore not setting pipefail - required for sh shell | ||
- name[template] # Style enforcement | ||
- name[template] |
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 |
---|---|---|
@@ -1,7 +1,3 @@ | ||
--- | ||
skip_list: | ||
- name[casing] | ||
- empty-string-compare # Don't compare to empty string | ||
- experimental # all rules tagged as experimental | ||
- "306" # Ignore not setting pipefail - required for sh shell | ||
- name[template] # Style enforcement |