Changeset 1729:01e2cbf52b1e
- Timestamp:
-
Dec 26, 2018, 8:44:49 PM
(2 years ago)
- Author:
- Stefan Schwarzer <sschwarzer@…>
- Branch:
- default
- Message:
-
Disable "bad-whitespace" messages
-
File:
-
Legend:
- Unmodified
- Added
- Removed
-
r1704
|
r1729
|
|
40 | 40 | # --disable=W" |
41 | 41 | #disable= |
42 | | disable=bad-continuation, locally-disabled, invalid-name, star-args |
| 42 | disable=bad-continuation, bad-whitespace, locally-disabled, invalid-name, star-args |
43 | 43 | |
44 | 44 | |