Skip to content

Commit

Permalink
Merge branch 'main' into local-plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam authored Jun 11, 2022
2 parents 36169a4 + 035880e commit 9edc6b0
Show file tree
Hide file tree
Showing 9 changed files with 188 additions and 123 deletions.
64 changes: 64 additions & 0 deletions .automation/generated/flavors-stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -863,6 +863,10 @@
[
"2022-06-10T02:21:45",
2507874
],
[
"2022-06-11T02:20:43",
2508594
]
],
"ci_light": [
Expand Down Expand Up @@ -1729,6 +1733,10 @@
[
"2022-06-10T02:21:45",
11532
],
[
"2022-06-11T02:20:43",
11639
]
],
"dart": [
Expand Down Expand Up @@ -2595,6 +2603,10 @@
[
"2022-06-10T02:21:45",
2947
],
[
"2022-06-11T02:20:43",
2971
]
],
"documentation": [
Expand Down Expand Up @@ -3461,6 +3473,10 @@
[
"2022-06-10T02:21:45",
57566
],
[
"2022-06-11T02:20:43",
57703
]
],
"dotnet": [
Expand Down Expand Up @@ -4327,6 +4343,10 @@
[
"2022-06-10T02:21:45",
299925
],
[
"2022-06-11T02:20:43",
300025
]
],
"go": [
Expand Down Expand Up @@ -5193,6 +5213,10 @@
[
"2022-06-10T02:21:45",
11751
],
[
"2022-06-11T02:20:43",
11768
]
],
"java": [
Expand Down Expand Up @@ -6059,6 +6083,10 @@
[
"2022-06-10T02:21:45",
77767
],
[
"2022-06-11T02:20:43",
77884
]
],
"javascript": [
Expand Down Expand Up @@ -6925,6 +6953,10 @@
[
"2022-06-10T02:21:45",
122136
],
[
"2022-06-11T02:20:43",
122430
]
],
"php": [
Expand Down Expand Up @@ -7791,6 +7823,10 @@
[
"2022-06-10T02:21:45",
8778
],
[
"2022-06-11T02:20:43",
8813
]
],
"python": [
Expand Down Expand Up @@ -8657,6 +8693,10 @@
[
"2022-06-10T02:21:45",
80151
],
[
"2022-06-11T02:20:43",
80314
]
],
"ruby": [
Expand Down Expand Up @@ -9519,6 +9559,10 @@
[
"2022-06-10T02:21:45",
2316
],
[
"2022-06-11T02:20:43",
2316
]
],
"rust": [
Expand Down Expand Up @@ -10381,6 +10425,10 @@
[
"2022-06-10T02:21:45",
3433
],
[
"2022-06-11T02:20:43",
3487
]
],
"salesforce": [
Expand Down Expand Up @@ -11247,6 +11295,10 @@
[
"2022-06-10T02:21:45",
12101
],
[
"2022-06-11T02:20:43",
12122
]
],
"scala": [
Expand Down Expand Up @@ -12109,6 +12161,10 @@
[
"2022-06-10T02:21:45",
1473
],
[
"2022-06-11T02:20:43",
1473
]
],
"swift": [
Expand Down Expand Up @@ -12971,6 +13027,10 @@
[
"2022-06-10T02:21:45",
1746
],
[
"2022-06-11T02:20:43",
1756
]
],
"terraform": [
Expand Down Expand Up @@ -13837,6 +13897,10 @@
[
"2022-06-10T02:21:45",
72465
],
[
"2022-06-11T02:20:43",
73005
]
]
}
10 changes: 5 additions & 5 deletions .automation/generated/linter-helps.json
Original file line number Diff line number Diff line change
Expand Up @@ -343,9 +343,9 @@
" input).",
" --python-cell-magics TEXT When processing Jupyter Notebooks, add the",
" given magic to the list of known python-",
" magics (time, prun, python3, pypy, timeit,",
" python, capture). Useful for formatting",
" cells with custom python magics.",
" magics (pypy, python, capture, time, timeit,",
" python3, prun). Useful for formatting cells",
" with custom python magics.",
" -S, --skip-string-normalization",
" Don't normalize string quotes or prefixes.",
" -C, --skip-magic-trailing-comma",
Expand Down Expand Up @@ -1551,8 +1551,8 @@
" of opening bracket's line.",
" --ignore errors Comma-separated list of errors and warnings to ignore",
" (or skip). For example, ``--ignore=E4,E51,W234``.",
" (Default: ['E704', 'W504', 'E126', 'W503', 'E121',",
" 'E226', 'E24', 'E123'])",
" (Default: ['W503', 'E123', 'E126', 'W504', 'E121',",
" 'E226', 'E704', 'E24'])",
" --extend-ignore errors",
" Comma-separated list of errors and warnings to add to",
" the list of ignored ones. For example, ``--extend-",
Expand Down
2 changes: 1 addition & 1 deletion .automation/generated/linter-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"sql-lint": "0.0.19",
"sqlfluff": "0.13.2",
"standard": "15.0.1",
"stylelint": "14.9.0",
"stylelint": "14.9.1",
"swiftlint": "0.46.5",
"tekton-lint": "0.6.0",
"terraform-fmt": "1.2.2",
Expand Down
Loading

0 comments on commit 9edc6b0

Please sign in to comment.