-
Notifications
You must be signed in to change notification settings - Fork 448
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main' into hotfix/7.3-merge
- Loading branch information
Showing
101 changed files
with
921 additions
and
4,763 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
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,29 @@ | ||
# Variances from starbase: | ||
# * Thruthiness checks set to warning | ||
# * Indentation checks disabled | ||
# * Trailing spaces checks disabled | ||
# * Comment checks disabled | ||
# * Empty line checks disabled | ||
# * New line at end of file check disabled | ||
# * Bracket spaces checks disabled | ||
--- | ||
ignore-from-file: [.gitignore] | ||
|
||
extends: default | ||
|
||
rules: | ||
document-start: disable | ||
float-values: enable | ||
line-length: disable | ||
octal-values: enable | ||
truthy: | ||
check-keys: false | ||
# Changes from starbase start here | ||
level: warning | ||
indentation: disable | ||
trailing-spaces: disable | ||
comments: disable | ||
comments-indentation: disable | ||
empty-lines: disable | ||
new-line-at-end-of-file: disable | ||
brackets: disable |
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.