From 6dede89972f8117c61d3c7793479fb9bca0dda32 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Wed, 29 May 2024 01:31:08 +1000 Subject: [PATCH] pre-commit: enable `markdownlint` rule `MD018` https://github.com/DavidAnson/markdownlint/blob/main/doc/md018.md --- .github/linters/.markdown-lint.yml | 3 -- tools/marvin/marvin/misc/build/README.md | 41 ++++++++++++------------ tools/ngui/README.md | 34 +++++++++++--------- 3 files changed, 40 insertions(+), 38 deletions(-) diff --git a/.github/linters/.markdown-lint.yml b/.github/linters/.markdown-lint.yml index df1b1a2825e3..37c4bf64d63f 100644 --- a/.github/linters/.markdown-lint.yml +++ b/.github/linters/.markdown-lint.yml @@ -42,9 +42,6 @@ MD013: false # MD014/commands-show-output Dollar signs used before commands without showing output 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: false diff --git a/tools/marvin/marvin/misc/build/README.md b/tools/marvin/marvin/misc/build/README.md index 400d21d8d646..741d9e2592a4 100644 --- a/tools/marvin/marvin/misc/build/README.md +++ b/tools/marvin/marvin/misc/build/README.md @@ -1,27 +1,28 @@ -#Licensed to the Apache Software Foundation (ASF) under one -#or more contributor license agreements. See the NOTICE file -#distributed with this work for additional information -#regarding copyright ownership. The ASF licenses this file -#to you under the Apache License, Version 2.0 (the -#"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 + + +# Cloud AutoDeploy 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. -###Dependencies +### Dependencies * Python * [jenkinsapi](http://pypi.python.org/pypi/jenkinsapi) * marvin diff --git a/tools/ngui/README.md b/tools/ngui/README.md index 358be25f8197..f7664bb5daa5 100644 --- a/tools/ngui/README.md +++ b/tools/ngui/README.md @@ -1,17 +1,21 @@ -#Licensed to the Apache Software Foundation (ASF) under one -#or more contributor license agreements. See the NOTICE file -#distributed with this work for additional information -#regarding copyright ownership. The ASF licenses this file -#to you under the Apache License, Version 2.0 (the -#"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. + + +# UI for CloudStack using Angular.js And a flask wrapper on top CloudStack API to make things easy on the client side.