Skip to content

Commit ccc3743

Browse files
committed
linting
1 parent 46baf84 commit ccc3743

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

.mega-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ DISABLE:
66
- SPELL
77

88
DISABLE_LINTERS:
9-
- REPOSITORY_DEVSKIM # Disabled as currently not working
9+
# - REPOSITORY_DEVSKIM # Disabled as currently not working
1010
- REPOSITORY_KICS # TODO: Fix KICS linter issues and re-enable
1111

1212
DOCKERFILE_HADOLINT_CONFIG_FILE: .hadolint.yml

.yamllint.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,11 @@ rules:
77
comments:
88
min-spaces-from-content: 1
99
line-length:
10-
max: 150
10+
max: 160
11+
truthy:
12+
# uses the key 'off' without quotes which fails the truthy check
13+
ignore: |
14+
deploy-docker-image.yml
15+
greetings.yml
16+
lint-pr-title.yml
17+
mega-linter.yml

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ To automatically solve the CAPTCHA, you will need an [AntiCaptcha](https://anti-
4343

4444
You can mount two volumes to persist the Packt credentials and store the downloaded books in a directory on your host system. The `/config` directory will store your Packt credentials, and the `/data` directory will store the downloaded books. You can change the paths of the host directories by modifying the values after the `-v` flag.
4545

46-
If you would prefer to use an alternative to ghcr.io, you can use the image hosted on [Docker Hub](https://hub.docker.com/repository/docker/ghostwriters/docker-packt-cli) `ghostwriters/docker-packt-cli:latest`,
46+
If you would prefer to use an alternative to ghcr.io, you can use the image hosted on [Docker Hub](https://hub.docker.com/repository/docker/ghostwriters/docker-packt-cli/general) `ghostwriters/docker-packt-cli:latest`,
4747

4848
## GitHub Actions Used
4949

0 commit comments

Comments
 (0)