This is an automated email from the ASF dual-hosted git repository.
dahn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/main by this push:
new b48de4e0234 pre-commit: enable `markdownlint` rule `MD018` (#9134)
b48de4e0234 is described below
commit b48de4e0234aa01c623873a8189b0d32683f436d
Author: John Bampton <[email protected]>
AuthorDate: Fri Dec 27 21:28:24 2024 +1000
pre-commit: enable `markdownlint` rule `MD018` (#9134)
https://github.com/DavidAnson/markdownlint/blob/main/doc/md018.md
Co-authored-by: dahn <[email protected]>
---
.github/linters/.markdown-lint.yml | 3 ---
tools/marvin/marvin/misc/build/README.md | 40 +++++++++++++++++---------------
tools/ngui/README.md | 34 +++++++++++++++------------
3 files changed, 40 insertions(+), 37 deletions(-)
diff --git a/.github/linters/.markdown-lint.yml
b/.github/linters/.markdown-lint.yml
index 421ca05bd42..7411c5fbbe0 100644
--- a/.github/linters/.markdown-lint.yml
+++ b/.github/linters/.markdown-lint.yml
@@ -39,9 +39,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 df339e18ee1..741d9e2592a 100644
--- a/tools/marvin/marvin/misc/build/README.md
+++ b/tools/marvin/marvin/misc/build/README.md
@@ -1,26 +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
+<!--
+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
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 358be25f819..f7664bb5daa 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.
+<!--
+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
-#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.