-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3586168
commit c48ffa5
Showing
8 changed files
with
367 additions
and
6 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
##### MOCULL AUTOGENERATED ### DO NOT EDIT ##### | ||
[flake8] | ||
extend-ignore = E203 | ||
max-line-length = 88 | ||
##### END MOCULL AUTOGENERATED ### DO NOT EDIT ##### |
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
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,18 @@ | ||
##### MOCULL AUTOGENERATED ### DO NOT EDIT ##### | ||
--- | ||
extends: default | ||
|
||
rules: | ||
# This should be 80, but it got WAY too annoying to deal with. | ||
line-length: disable | ||
|
||
# These rules are required by ansible-lint: | ||
comments: | ||
min-spaces-from-content: 1 | ||
comments-indentation: false | ||
braces: | ||
max-spaces-inside: 1 | ||
octal-values: | ||
forbid-implicit-octal: true | ||
forbid-explicit-octal: true | ||
##### END MOCULL AUTOGENERATED ### DO NOT EDIT ##### |
Oops, something went wrong.