Skip to content

Commit 7585963

Browse files
authored
Merge branch 'ablestack-diplo' into ModifyingHostDevice
2 parents 87f8ce9 + f961abe commit 7585963

File tree

2,500 files changed

+173893
-81752
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,500 files changed

+173893
-81752
lines changed

.asf.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ github:
5959
- hsato03
6060
- bernardodemarco
6161
- abh1sar
62+
- FelipeM525
6263

6364
protected_branches: ~
6465

.github/linters/.flake8

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,11 @@
2222
# E224 Tab after operator
2323
# E227 Missing whitespace around bitwise or shift operator
2424
# E242 Tab after ','
25+
# E271 Multiple spaces after keyword
26+
# E272 Multiple spaces before keyword
2527
# E273 Tab after keyword
2628
# E274 Tab before keyword
29+
# E713 Test for membership should be 'not in'
2730
# E742 Do not define classes named 'I', 'O', or 'l'
2831
# E743 Do not define functions named 'I', 'O', or 'l'
2932
# E901 SyntaxError or IndentationError
@@ -37,4 +40,4 @@
3740
exclude =
3841
.git,
3942
venv
40-
select = E112,E113,E133,E223,E224,E227,E242,E273,E274,E742,E743,E901,E902,W291,W292,W293,W391
43+
select = E112,E113,E133,E223,E224,E227,E242,E271,E272,E273,E274,E713,E742,E743,E901,E902,W291,W292,W293,W391

.github/linters/.markdown-lint.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,27 +27,15 @@ MD004: false
2727
# MD007/ul-indent Unordered list indentation
2828
MD007: false
2929

30-
# MD009/no-trailing-spaces Trailing spaces
31-
MD009: false
32-
3330
# MD010/no-hard-tabs Hard tabs
3431
MD010: false
3532

36-
# MD012/no-multiple-blanks Multiple consecutive blank lines
37-
MD012: false
38-
3933
# MD013/line-length Line length
4034
MD013: false
4135

4236
# MD014/commands-show-output Dollar signs used before commands without showing output
4337
MD014: false
4438

45-
# MD018/no-missing-space-atx No space after hash on atx style heading
46-
MD018: false
47-
48-
# MD019/no-multiple-space-atx Multiple spaces after hash on atx style heading
49-
MD019: false
50-
5139
# MD022/blanks-around-headings Headings should be surrounded by blank lines
5240
MD022: false
5341

0 commit comments

Comments
 (0)