Skip to content

Commit e200195

Browse files
committed
PR11468: fix pre-commit errors
1 parent 88cf9c3 commit e200195

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/linters/codespell.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ authenitcation
5353
authenitication
5454
availiability
5555
avialable
56+
bAeD
5657
bais
5758
beacause
5859
beacuse

.pre-commit-config.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ repos:
4848
exclude: >
4949
(?x)
5050
^scripts/vm/systemvm/id_rsa\.cloud$|
51+
^server/src/test/java/org/apache/cloudstack/network/ssl/CertServiceTest.java$|
5152
^server/src/test/java/com/cloud/keystore/KeystoreTest\.java$|
5253
^server/src/test/resources/certs/dsa_self_signed\.key$|
5354
^server/src/test/resources/certs/non_root\.key$|
@@ -57,7 +58,8 @@ repos:
5758
^server/src/test/resources/certs/rsa_self_signed\.key$|
5859
^services/console-proxy/rdpconsole/src/test/doc/rdp-key\.pem$|
5960
^systemvm/agent/certs/localhost\.key$|
60-
^systemvm/agent/certs/realhostip\.key$
61+
^systemvm/agent/certs/realhostip\.key$|
62+
^test/integration/smoke/test_ssl_offloading.py$
6163
- id: end-of-file-fixer
6264
exclude: \.vhd$
6365
- id: fix-byte-order-marker

ui/src/views/network/LoadBalancing.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1166,7 +1166,7 @@ export default {
11661166
fetchSslCerts () {
11671167
this.sslcerts.loading = true
11681168
this.sslcerts.data = []
1169-
// Firt get the account id
1169+
// First get the account id
11701170
api('listAccounts', {
11711171
name: this.resource.account,
11721172
domainid: this.resource.domainid

0 commit comments

Comments
 (0)