canonical-ubuntu-qa team mailing list archive
-
canonical-ubuntu-qa team
-
Mailing list archive
-
Message #00788
[Merge] ~andersson123/autopkgtest-cloud:codespell into autopkgtest-cloud:master
Tim Andersson has proposed merging ~andersson123/autopkgtest-cloud:codespell into autopkgtest-cloud:master.
Commit message:
lpci: add codespell to ci
The idea was floated a little while ago in standup. codespell checks for
spelling errors in all files in autopkgtest-cloud. If there are spelling
errors, CI will not pass.
Requested reviews:
Canonical's Ubuntu QA (canonical-ubuntu-qa)
For more details, see:
https://code.launchpad.net/~andersson123/autopkgtest-cloud/+git/autopkgtest-cloud/+merge/445531
lpci: add codespell to ci
The idea was floated a little while ago in standup. codespell checks for
spelling errors in all files in autopkgtest-cloud. If there are spelling
errors, CI will not pass.
--
Your team Canonical's Ubuntu QA is requested to review the proposed merge of ~andersson123/autopkgtest-cloud:codespell into autopkgtest-cloud:master.
diff --git a/.launchpad.yaml b/.launchpad.yaml
index b08e2c3..955f9ee 100755
--- a/.launchpad.yaml
+++ b/.launchpad.yaml
@@ -1,6 +1,7 @@
pipeline:
- build_charms
- lint_test
+ - codespell
jobs:
build_charms:
@@ -15,3 +16,8 @@ jobs:
architectures: amd64
packages: [pylint, python3, shellcheck, yamllint]
run: ./ci/lint_test
+ codespell:
+ series: focal
+ architectures: amd64
+ packages: [codespell]
+ run: codespell . --skip="*.git*" -L keypair,keyserver,dur,ba