Skip to content

Commit 0b2bfa4

Browse files
authored
Merge pull request #12 from cytopia/release-0.5
Update versions
2 parents ef4896a + a69b02b commit 0b2bfa4

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ env:
3030
- VERSION=4
3131
- VERSION=5
3232
- VERSION=6
33+
- VERSION=7
3334
- VERSION=latest
3435

3536

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,14 @@
2121
> [goimports][gimp-git-lnk] ****
2222
> [golint][glint-git-lnk] ****
2323
> [jsonlint][jlint-git-lnk] ****
24+
> [linkcheck][linkcheck-git-lnk] ****
25+
> [mypy][mypy-git-lnk] ****
2426
> [phpcbf][pcbf-git-lnk] ****
2527
> [phpcs][pcs-git-lnk] ****
2628
> [phplint][plint-git-lnk] ****
2729
> [php-cs-fixer][pcsf-git-lnk] ****
2830
> [pycodestyle][pycs-git-lnk] ****
31+
> [pydocstyle][pyds-git-lnk] ****
2932
> [pylint][pylint-git-lnk] ****
3033
> [terraform-docs][tfdocs-git-lnk] ****
3134
> [terragrunt][tg-git-lnk] ****
@@ -52,6 +55,7 @@ The image is built nightly against multiple stable versions and pushed to Docker
5255
| Docker tag | Build from |
5356
|------------|------------|
5457
| `latest` | Latest stable version |
58+
| `7` | Tag: v7.x.x |
5559
| `6` | Tag: v6.x.x |
5660
| `5` | Tag: v5.x.x |
5761
| `4` | Tag: v4.x.x |
@@ -104,6 +108,7 @@ linter below for reproducible local or remote CI tests:
104108
|--------|-----------|------|-------------|
105109
| [awesome-ci][aci-git-lnk] | [![aci-hub-img]][aci-hub-lnk] | Basic | Tools for git, file and static source code analysis |
106110
| [file-lint][flint-git-lnk] | [![flint-hub-img]][flint-hub-lnk] | Basic | Baisc source code analysis |
111+
| [linkcheck][linkcheck-git-lnk] | [![linkcheck-hub-img]][flint-hub-lnk] | Basic | Search for URLs in files and validate their HTTP status code |
107112
| [ansible][ansible-git-lnk] | [![ansible-hub-img]][ansible-hub-lnk] | Ansible | Multiple versions and flavours of Ansible |
108113
| [ansible-lint][alint-git-lnk] | [![alint-hub-img]][alint-hub-lnk] | Ansible | Lint Ansible |
109114
| [gofmt][gfmt-git-lnk] | [![gfmt-hub-img]][gfmt-hub-lnk] | Go | Format Go source code **<sup>[1]</sup>** |
@@ -117,7 +122,9 @@ linter below for reproducible local or remote CI tests:
117122
| [phplint][plint-git-lnk] | [![plint-hub-img]][plint-hub-lnk] | PHP | PHP Code Linter **<sup>[1]</sup>** |
118123
| [php-cs-fixer][pcsf-git-lnk] | [![pcsf-hub-img]][pcsf-hub-lnk] | PHP | PHP Coding Standards Fixer |
119124
| [black][black-git-lnk] | [![black-hub-img]][black-hub-lnk] | Python | The uncompromising Python code formatter |
125+
| [mypy][mypy-git-lnk] | [![mypy-hub-img]][mypy-hub-lnk] | Python | Static source code analysis |
120126
| [pycodestyle][pycs-git-lnk] | [![pycs-hub-img]][pycs-hub-lnk] | Python | Python style guide checker |
127+
| [pydocstyle][pyds-git-lnk] | [![pyds-hub-img]][pyds-hub-lnk] | Python | Python docstyle checker |
121128
| [pylint][pylint-git-lnk] | [![pylint-hub-img]][pylint-hub-lnk] | Python | Python source code, bug and quality checker |
122129
| [terraform-docs][tfdocs-git-lnk] | [![tfdocs-hub-img]][tfdocs-hub-lnk] | Terraform | Terraform doc generator (TF 0.12 ready) **<sup>[1]</sup>** |
123130
| [terragrunt][tg-git-lnk] | [![tg-hub-img]][tg-hub-lnk] | Terraform | Terragrunt and Terraform |
@@ -135,6 +142,10 @@ linter below for reproducible local or remote CI tests:
135142
[flint-hub-img]: https://img.shields.io/docker/pulls/cytopia/file-lint.svg
136143
[flint-hub-lnk]: https://hub.docker.com/r/cytopia/file-lint
137144

145+
[linkcheck-git-lnk]: https://github.com/cytopia/docker-linkcheck
146+
[linkcheck-hub-img]: https://img.shields.io/docker/pulls/cytopia/linkcheck.svg
147+
[linkcheck-hub-lnk]: https://hub.docker.com/r/cytopia/linkcheck
148+
138149
[jlint-git-lnk]: https://github.com/cytopia/docker-jsonlint
139150
[jlint-hub-img]: https://img.shields.io/docker/pulls/cytopia/jsonlint.svg
140151
[jlint-hub-lnk]: https://hub.docker.com/r/cytopia/jsonlint
@@ -187,10 +198,18 @@ linter below for reproducible local or remote CI tests:
187198
[black-hub-img]: https://img.shields.io/docker/pulls/cytopia/black.svg
188199
[black-hub-lnk]: https://hub.docker.com/r/cytopia/black
189200

201+
[mypy-git-lnk]: https://github.com/cytopia/docker-mypy
202+
[mypy-hub-img]: https://img.shields.io/docker/pulls/cytopia/mypy.svg
203+
[mypy-hub-lnk]: https://hub.docker.com/r/cytopia/mypy
204+
190205
[pycs-git-lnk]: https://github.com/cytopia/docker-pycodestyle
191206
[pycs-hub-img]: https://img.shields.io/docker/pulls/cytopia/pycodestyle.svg
192207
[pycs-hub-lnk]: https://hub.docker.com/r/cytopia/pycodestyle
193208

209+
[pyds-git-lnk]: https://github.com/cytopia/docker-pydocstyle
210+
[pyds-hub-img]: https://img.shields.io/docker/pulls/cytopia/pydocstyle.svg
211+
[pyds-hub-lnk]: https://hub.docker.com/r/cytopia/pydocstyle
212+
194213
[pylint-git-lnk]: https://github.com/cytopia/docker-pylint
195214
[pylint-hub-img]: https://img.shields.io/docker/pulls/cytopia/pylint.svg
196215
[pylint-hub-lnk]: https://hub.docker.com/r/cytopia/pylint

0 commit comments

Comments
 (0)