Skip to content

Commit 5d95bdd

Browse files
authored
pre-commit trailing whitespace auto clean up (#12841)
1 parent 7eea9ed commit 5d95bdd

File tree

8 files changed

+15
-15
lines changed

8 files changed

+15
-15
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ repos:
162162
- id: forbid-submodules
163163
- id: mixed-line-ending
164164
- id: trailing-whitespace
165-
files: ^(LICENSE|NOTICE)$|\.(bat|cfg|cs|css|gitignore|header|in|install|java|md|properties|py|rb|rc|sh|sql|te|template|txt|ucls|vue|xml|xsl|yaml|yml)$|^cloud-cli/bindir/cloud-tool$|^debian/changelog$
165+
files: ^(LICENSE|NOTICE)$|README$|\.(bat|cfg|config|cs|css|erb|gitignore|header|in|install|java|md|properties|py|rb|rc|sh|sql|svg|te|template|txt|ucls|vue|xml|xsl|yaml|yml)$|^cloud-cli/bindir/cloud-tool$|^debian/changelog$
166166
args: [--markdown-linebreak-ext=md]
167167
exclude: ^services/console-proxy/rdpconsole/src/test/doc/freerdp-debug-log\.txt$
168168
- repo: https://github.com/codespell-project/codespell
@@ -186,7 +186,7 @@ repos:
186186
description: check Markdown files with markdownlint
187187
args: [--config=.github/linters/.markdown-lint.yml]
188188
types: [markdown]
189-
files: \.(md|mdown|markdown)$
189+
files: \.md$
190190
- repo: https://github.com/adrienverge/yamllint
191191
rev: v1.37.1
192192
hooks:

plugins/hypervisors/hyperv/DotNet/ServerResource/AgentShell/App.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<appender-ref ref="EventLogAppender"/>
3636
</root>
3737
</log4net>
38-
38+
3939
<applicationSettings>
4040
<CloudStack.Plugin.AgentShell.AgentSettings>
4141
<setting name="cpus" serializeAs="String">

plugins/hypervisors/hyperv/DotNet/ServerResource/HypervResource/App.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8" ?>
2-
<!--
2+
<!--
33
Note: Add entries to the App.config file for configuration settings
44
that apply only to the Test project.
55
-->

plugins/hypervisors/hyperv/DotNet/ServerResource/ServerResource.Tests/App.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!--
2+
<!--
33
Note: Add entries to the App.config file for configuration settings
44
that apply only to the Test project.
55
-->

tools/devcloud4/binary-installation-advanced/marvin.cfg.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
# to you under the Apache License, Version 2.0 (the
66
# "License"); you may not use this file except in compliance
77
# with the License. You may obtain a copy of the License at
8-
#
8+
#
99
# http://www.apache.org/licenses/LICENSE-2.0
10-
#
10+
#
1111
# Unless required by applicable law or agreed to in writing,
1212
# software distributed under the License is distributed on an
1313
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY

tools/devcloud4/binary-installation-basic/marvin.cfg.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
# to you under the Apache License, Version 2.0 (the
66
# "License"); you may not use this file except in compliance
77
# with the License. You may obtain a copy of the License at
8-
#
8+
#
99
# http://www.apache.org/licenses/LICENSE-2.0
10-
#
10+
#
1111
# Unless required by applicable law or agreed to in writing,
1212
# software distributed under the License is distributed on an
1313
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY

tools/utils/database_comparision_during_upgrade/README

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ What this tool is capable to do is
1515

1616
The usage is as follows
1717
1. First run fresh_install_data_collection.sh file to generate data from fresh install setup .
18-
This will be used for comparing between fresh install and upgrade setup.
18+
This will be used for comparing between fresh install and upgrade setup.
1919
This is a onetime activity and need to be repeated only when there is some DB changes for that release .
20-
Output of this script will come in a base_data folder
20+
Output of this script will come in a base_data folder
2121

2222
2. Just before upgrade you need to run before_upgrade_data_collection.sh file to collect required data needed to compare before upgrade and after upgrade setup data
2323
The output of this script will come in folder data_before_upgrade
2424

25-
3. After upgrade run cloud_schema_comparision.sh to compare cloud database all tables schema between fresh and upgraded setup.
25+
3. After upgrade run cloud_schema_comparision.sh to compare cloud database all tables schema between fresh and upgraded setup.
2626
NOTE: this script requires step 1 output in current working directory
2727

2828
4. After upgrade run usage_schema_comparision.sh to compare cloud usage all tables schema between fresh and upgraded setup
@@ -41,4 +41,4 @@ The usage is as follows
4141
• Database user
4242
• Database user password
4343

44-
8. Result will be shown in the form of files .
44+
8. Result will be shown in the form of files .

ui/src/assets/icons/dark.svg

Lines changed: 2 additions & 2 deletions
Loading

0 commit comments

Comments
 (0)