21
21
> [ goimports] [ gimp-git-lnk ] ** •**
22
22
> [ golint] [ glint-git-lnk ] ** •**
23
23
> [ jsonlint] [ jlint-git-lnk ] ** •**
24
+ > [ linkcheck] [ linkcheck-git-lnk ] ** •**
25
+ > [ mypy] [ mypy-git-lnk ] ** •**
24
26
> [ phpcbf] [ pcbf-git-lnk ] ** •**
25
27
> [ phpcs] [ pcs-git-lnk ] ** •**
26
28
> [ phplint] [ plint-git-lnk ] ** •**
27
29
> [ php-cs-fixer] [ pcsf-git-lnk ] ** •**
28
30
> [ pycodestyle] [ pycs-git-lnk ] ** •**
31
+ > [ pydocstyle] [ pyds-git-lnk ] ** •**
29
32
> [ pylint] [ pylint-git-lnk ] ** •**
30
33
> [ terraform-docs] [ tfdocs-git-lnk ] ** •**
31
34
> [ terragrunt] [ tg-git-lnk ] ** •**
@@ -52,6 +55,7 @@ The image is built nightly against multiple stable versions and pushed to Docker
52
55
| Docker tag | Build from |
53
56
| ------------| ------------|
54
57
| ` latest ` | Latest stable version |
58
+ | ` 7 ` | Tag: v7.x.x |
55
59
| ` 6 ` | Tag: v6.x.x |
56
60
| ` 5 ` | Tag: v5.x.x |
57
61
| ` 4 ` | Tag: v4.x.x |
@@ -104,6 +108,7 @@ linter below for reproducible local or remote CI tests:
104
108
|--------|-----------|------|-------------|
105
109
| [awesome-ci][aci-git-lnk] | [![aci-hub-img]][aci-hub-lnk] | Basic | Tools for git, file and static source code analysis |
106
110
| [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 |
107
112
| [ansible][ansible-git-lnk] | [![ansible-hub-img]][ansible-hub-lnk] | Ansible | Multiple versions and flavours of Ansible |
108
113
| [ansible-lint][alint-git-lnk] | [![alint-hub-img]][alint-hub-lnk] | Ansible | Lint Ansible |
109
114
| [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:
117
122
| [phplint][plint-git-lnk] | [![plint-hub-img]][plint-hub-lnk] | PHP | PHP Code Linter **<sup>[1]</sup>** |
118
123
| [php-cs-fixer][pcsf-git-lnk] | [![pcsf-hub-img]][pcsf-hub-lnk] | PHP | PHP Coding Standards Fixer |
119
124
| [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 |
120
126
| [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 |
121
128
| [pylint][pylint-git-lnk] | [![pylint-hub-img]][pylint-hub-lnk] | Python | Python source code, bug and quality checker |
122
129
| [terraform-docs][tfdocs-git-lnk] | [![tfdocs-hub-img]][tfdocs-hub-lnk] | Terraform | Terraform doc generator (TF 0.12 ready) **<sup>[1]</sup>** |
123
130
| [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:
135
142
[flint-hub-img] : https://img.shields.io/docker/pulls/cytopia/file-lint.svg
136
143
[flint-hub-lnk] : https://hub.docker.com/r/cytopia/file-lint
137
144
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
+
138
149
[jlint-git-lnk] : https://github.com/cytopia/docker-jsonlint
139
150
[jlint-hub-img] : https://img.shields.io/docker/pulls/cytopia/jsonlint.svg
140
151
[jlint-hub-lnk] : https://hub.docker.com/r/cytopia/jsonlint
@@ -187,10 +198,18 @@ linter below for reproducible local or remote CI tests:
187
198
[black-hub-img] : https://img.shields.io/docker/pulls/cytopia/black.svg
188
199
[black-hub-lnk] : https://hub.docker.com/r/cytopia/black
189
200
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
+
190
205
[pycs-git-lnk] : https://github.com/cytopia/docker-pycodestyle
191
206
[pycs-hub-img] : https://img.shields.io/docker/pulls/cytopia/pycodestyle.svg
192
207
[pycs-hub-lnk] : https://hub.docker.com/r/cytopia/pycodestyle
193
208
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
+
194
213
[pylint-git-lnk] : https://github.com/cytopia/docker-pylint
195
214
[pylint-hub-img] : https://img.shields.io/docker/pulls/cytopia/pylint.svg
196
215
[pylint-hub-lnk] : https://hub.docker.com/r/cytopia/pylint
0 commit comments