Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adjust assert-on-string-literal to take in consideration empty strings (#3403) | Claudiu Popa | 2020-02-12 | 1 | -0/+1 |
| | | | Close #3400 | ||||
* | Add a check for asserts on string literals (#3346) | Anubhav | 2020-01-14 | 1 | -0/+3 |
This check is emitted whenever **pylint** finds an assert statement with a string literal as its first argument. Such assert statements are probably unintended as they will always pass. Close #3284 |