projectatomic / container-best-practices

Container Best Practices
Other
166 stars 70 forks source link

Simple spell checking job #16

Closed mfojtik closed 8 years ago

mfojtik commented 9 years ago

I haven't tried this yet, but this should tell you whether your PR contains spelling errors or not. It also comes with a simple wordlist you can expand if it found false positives.

This produces output similar to this:

π ~/sandbox/container-best-practices make check
Processing 'labs.adoc' ... no errors.
Processing 'content/overview/overview.adoc' ... no errors.
Processing 'content/location_images_dockerfiles/location_images_dockerfiles.adoc' ... no errors.
Processing 'content/layering/layering.adoc' ... no errors.
Processing 'content/image_naming/image_naming.adoc' ... no errors.
Processing 'content/general_guidelines/general_guidelines.adoc' ... no errors.
Processing 'content/dockerfile_instructions/dockerfile_instructions.adoc' ... no errors.
Processing 'content/layered_image_spec/layered_image_spec.adoc' ... no errors.
Processing 'content/base_image_spec/base_image_spec.adoc' ... no errors.
Processing 'content/spc/spc.adoc' ... no errors.
Processing 'content/middleware/middleware.adoc' ... no errors.
Processing 'content/docker_lint/docker_lint.adoc' ... no errors.
Processing 'content/openshift/openshift.adoc' ... no errors.
Processing 'content/scl/scl.adoc' ... no errors.
Processing 'content/atomic_app/atomic_app.adoc' ... no errors.
Processing 'content/appendix/appendix.adoc' ...& Testaaa 25 0: Test, Testy, Tester, Testate, Testier, Tessa, Tests, Test's, Testes, Testis, Tuesday, Tesla, Vesta, Testator, Testers, Tessa's, Taste, Tasty, Tested, Taster, Testis's, Testify, Testily, Testing, Tester's
Makefile:38: recipe for target 'check' failed
make: *** [check] Error 1

(it also fail the build in Travis)

mfojtik commented 9 years ago

@nhr FYI :-)

scollier commented 9 years ago

@mfojtik Have you checked this in the context of the container-best-practices container? https://github.com/fedora-cloud/Fedora-Dockerfiles/tree/master/container-best-practices

aweiteka commented 8 years ago

I'm merging this and will followup with an update to the private dictionary.