mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
pre-commit update markdownlint; enable rules MD009,MD019; fix license header (#10145)
https://github.com/DavidAnson/markdownlint/blob/main/doc/md009.md https://github.com/DavidAnson/markdownlint/blob/main/doc/md019.md
This commit is contained in:
parent
0b66f5a86a
commit
0128046429
6
.github/linters/.markdown-lint.yml
vendored
6
.github/linters/.markdown-lint.yml
vendored
@ -27,9 +27,6 @@ MD004: false
|
|||||||
# MD007/ul-indent Unordered list indentation
|
# MD007/ul-indent Unordered list indentation
|
||||||
MD007: false
|
MD007: false
|
||||||
|
|
||||||
# MD009/no-trailing-spaces Trailing spaces
|
|
||||||
MD009: false
|
|
||||||
|
|
||||||
# MD010/no-hard-tabs Hard tabs
|
# MD010/no-hard-tabs Hard tabs
|
||||||
MD010: false
|
MD010: false
|
||||||
|
|
||||||
@ -39,9 +36,6 @@ MD013: false
|
|||||||
# MD014/commands-show-output Dollar signs used before commands without showing output
|
# MD014/commands-show-output Dollar signs used before commands without showing output
|
||||||
MD014: false
|
MD014: false
|
||||||
|
|
||||||
# MD019/no-multiple-space-atx Multiple spaces after hash on atx style heading
|
|
||||||
MD019: false
|
|
||||||
|
|
||||||
# MD022/blanks-around-headings Headings should be surrounded by blank lines
|
# MD022/blanks-around-headings Headings should be surrounded by blank lines
|
||||||
MD022: false
|
MD022: false
|
||||||
|
|
||||||
|
|||||||
@ -87,7 +87,7 @@ repos:
|
|||||||
^setup/bindir/cloud-setup-encryption\.in$|
|
^setup/bindir/cloud-setup-encryption\.in$|
|
||||||
^venv/.*$
|
^venv/.*$
|
||||||
- repo: https://github.com/igorshubovych/markdownlint-cli
|
- repo: https://github.com/igorshubovych/markdownlint-cli
|
||||||
rev: v0.40.0
|
rev: v0.43.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: markdownlint
|
- id: markdownlint
|
||||||
name: run markdownlint
|
name: run markdownlint
|
||||||
|
|||||||
@ -1,19 +1,21 @@
|
|||||||
# Licensed to the Apache Software Foundation (ASF) under one
|
<!--
|
||||||
# or more contributor license agreements. See the NOTICE file
|
Licensed to the Apache Software Foundation (ASF) under one
|
||||||
# distributed with this work for additional information
|
or more contributor license agreements. See the NOTICE file
|
||||||
# regarding copyright ownership. The ASF licenses this file
|
distributed with this work for additional information
|
||||||
# to you under the Apache License, Version 2.0 (the
|
regarding copyright ownership. The ASF licenses this file
|
||||||
# "License"); you may not use this file except in compliance
|
to you under the Apache License, Version 2.0 (the
|
||||||
# with the License. You may obtain a copy of the License at
|
"License"); you may not use this file except in compliance
|
||||||
#
|
with the License. You may obtain a copy of the License at
|
||||||
# http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
#
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
# Unless required by applicable law or agreed to in writing,
|
|
||||||
# software distributed under the License is distributed on an
|
Unless required by applicable law or agreed to in writing,
|
||||||
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
software distributed under the License is distributed on an
|
||||||
# KIND, either express or implied. See the License for the
|
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||||
# specific language governing permissions and limitations
|
KIND, either express or implied. See the License for the
|
||||||
# under the License.
|
specific language governing permissions and limitations
|
||||||
|
under the License.
|
||||||
|
-->
|
||||||
|
|
||||||
about
|
about
|
||||||
=====
|
=====
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user