Commit Graph

37 Commits

Author SHA1 Message Date
782bcf693e README: fix markdown formatting
- limit line length (does not affect rendering)
- add first-level header first
- converted google domain from hyperlinks into plain text
- add language specification for code fragments

Here is a command to run Markdown syntax check:

```
docker run --rm --network none -v "/$PWD:/markdown:ro" 06kellyjac/markdownlint-cli:0.21.0-alpine //markdown
```

All the changes above fixed the following list of errors:

```
/markdown/README.md:1 MD041/first-line-heading/first-line-h1 First line in file should be a top level heading [Context: "## wait-for-it"]
/markdown/README.md:3 MD013/line-length Line length [Expected: 80; Actual: 280]
/markdown/README.md:7 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
/markdown/README.md:21 MD013/line-length Line length [Expected: 80; Actual: 131]
/markdown/README.md:23 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
/markdown/README.md:30 MD013/line-length Line length [Expected: 80; Actual: 124]
/markdown/README.md:32 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
/markdown/README.md:39 MD013/line-length Line length [Expected: 80; Actual: 239]
/markdown/README.md:41 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
/markdown/README.md:48 MD013/line-length Line length [Expected: 80; Actual: 185]
/markdown/README.md:50 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
```
2020-01-30 19:08:24 +03:00
54d1f0bfeb Merge branch 'fwoelffel-master' 2018-11-03 18:27:06 -07:00
9995b72132 Merge branch 'master' of https://github.com/fwoelffel/wait-for-it into fwoelffel-master 2018-11-03 18:24:15 -07:00
4dd67a65e1 Merge pull request #60 from aviau/patch-1
README: community section+ mention Debian package
2018-11-03 17:24:55 -07:00
4d0a46be28 Merge branch 'scop-deps' 2018-11-03 17:19:28 -07:00
e34c502a3e README: community section + mention Debian package 2018-08-18 15:54:06 -04:00
019f3bb5bc Fall back to readlink -f if realpath is not available or fails 2017-12-30 09:25:54 +02:00
5fe30e7a26 Use parameter expansion instead of basename 2017-11-01 09:05:58 +02:00
f9a0dc44d3 Use type -p instead of which 2017-11-01 09:03:33 +02:00
410d77eda4 Add a WAITFORIT_ prefix in front of all variables 2017-10-04 16:04:39 +02:00
db049716e4 Merge pull request #40 from szczad/master
fix: preserve quotation when passing arguments to command.
2017-07-23 09:00:32 -07:00
8ed92e8cab fix: preserve quotation when passing arguments to command. 2017-07-20 12:08:57 +02:00
8b4051d5f3 Merge pull request #6 from iturgeon/master
Add support for distros that use Busybox like Alpine
2017-05-17 14:22:56 -07:00
a2acebe3f5 Merge pull request #32 from douglas-gibbons/master
Automatic tests for wait-for-it
2017-05-17 10:26:23 -07:00
8ed81e3803 Fixes to test script for flake8 2017-05-17 10:18:55 -07:00
b638c19027 Update to README.md 2017-04-28 11:05:41 -07:00
f9b79b2e51 Tidy up of vars in tests 2017-03-26 23:10:11 -07:00
13745289ba Modified error output for 'ls' command to cope with different test environments 2017-03-26 22:52:51 -07:00
4fd1b45cff Added some real tests 2017-03-26 22:50:25 -07:00
13c00e35ea Start of test framework 2017-03-22 17:33:24 -07:00
7f645ced94 Start of test framework 2017-03-22 17:31:47 -07:00
ac372412a1 Update README.md 2017-03-13 00:44:51 -04:00
409b4a7bfd Update README.md 2017-03-13 00:44:01 -04:00
209be48eb6 Update README.md 2017-03-13 00:40:06 -04:00
e686775c5b readme update 2017-03-13 00:38:20 -04:00
e1f115e4ca Update README.md 2016-09-22 08:28:01 -04:00
1f3eb2c350 Update README.md 2016-09-22 06:39:34 -04:00
11afe7b6b9 Update README.md 2016-09-21 16:25:10 -04:00
8f52a814ef Adds support for distros that use busybox like Alpine
Checks for busybox by looking at the realpath for timeout
If busybox is detected, uses timeout with a -t option and
uses nc instead of /bin/tcp
2016-04-11 17:06:09 -04:00
a454892f3c Merge pull request #4 from Silex/patch-1
Fix invalid use of return value
2016-04-01 12:20:39 -04:00
55c54a5abd Fix invalid use of return value 2016-04-01 17:14:39 +02:00
20c60949de license added 2016-02-24 16:50:33 -05:00
4e94d7dbb1 more small doc fixes 2016-02-02 14:41:04 -05:00
bf194c8fb4 doc fixes 2016-02-02 14:33:27 -05:00
a150deb10a doc fixes 2016-02-02 14:31:55 -05:00
41deb2dbbe small fixes 2016-02-02 14:30:19 -05:00
e559a8e0fb initial commit 2016-02-02 14:23:09 -05:00