pre-commit: enable markdownlint rule MD018 (#9134)

https://github.com/DavidAnson/markdownlint/blob/main/doc/md018.md

Co-authored-by: dahn <daan@onecht.net>
This commit is contained in:
John Bampton 2024-12-27 21:28:24 +10:00 committed by GitHub
parent 6a2c7b0220
commit b48de4e023
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 39 additions and 36 deletions

View File

@ -39,9 +39,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
# MD018/no-missing-space-atx No space after hash on atx style heading
MD018: false
# MD019/no-multiple-space-atx Multiple spaces after hash on atx style heading # MD019/no-multiple-space-atx Multiple spaces after hash on atx style heading
MD019: false MD019: false

View File

@ -1,26 +1,28 @@
#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
#
#Unless required by applicable law or agreed to in writing,
#software distributed under the License is distributed on an
#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
#KIND, either express or implied. See the License for the
#specific language governing permissions and limitations
#under the License.
#Cloud AutoDeploy 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
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
# Cloud AutoDeploy
Scripts here are used to refresh the builds of the management server with those Scripts here are used to refresh the builds of the management server with those
made out of our CI system. The CI system is internal at the moment. made out of our CI system. The CI system is internal at the moment.
###Dependencies ### Dependencies
* Python * Python
* [jenkinsapi](http://pypi.python.org/pypi/jenkinsapi) * [jenkinsapi](http://pypi.python.org/pypi/jenkinsapi)
* marvin * marvin

View File

@ -1,17 +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
#http://www.apache.org/licenses/LICENSE-2.0 with the License. You may obtain a copy of the License at
#Unless required by applicable law or agreed to in writing,
#software distributed under the License is distributed on an
#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
#KIND, either express or implied. See the License for the
#specific language governing permissions and limitations
#under the License.
#UI for CloudStack using Angular.js 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
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
# UI for CloudStack using Angular.js
And a flask wrapper on top CloudStack API to make things easy on the client side. And a flask wrapper on top CloudStack API to make things easy on the client side.