Updated SC2057 (markdown)

Vidar Holen
2018-02-17 16:01:03 -08:00
parent 11f3416da3
commit 0145696aa8

@@ -14,7 +14,9 @@
### Rationale:
You are using an unknown binary operator in a `test` expression. In bash, use `help test` to see a list of supported operators:
You are using an unknown binary operator in a `test` expression. Choose one that exists.
In bash, use `help test` to see a list of supported operators:
FILE1 -nt FILE2 True if file1 is newer than file2 (according to
modification date).
@@ -39,8 +41,6 @@ You are using an unknown binary operator in a `test` expression. In bash, use `h
less-than, less-than-or-equal, greater-than, or greater-than-or-equal
than ARG2.
The operators
### Exceptions: