Oliver Schneider
|
06ca1fc0a6
|
lint on binding-names that are too similar
|
2016-03-18 14:06:39 +01:00 |
|
mcarton
|
7eef989ff4
|
Add str to types considered by len_zero
|
2016-03-12 21:23:56 +01:00 |
|
mcarton
|
c1b2fe31b7
|
Use span_suggestion in len_zero
|
2016-02-24 20:52:47 +01:00 |
|
Manish Goregaokar
|
140c34f85e
|
Tests shouldn't be executable (fixes #444)
|
2015-11-09 08:49:20 +05:30 |
|
Georg Brandl
|
b831bd1d1d
|
len_zero: display full suggested expr in message
|
2015-08-12 10:53:14 +02:00 |
|
Georg Brandl
|
bcd95aec1c
|
all: make style of lint messages consistent
* start first sentence lowercased
* use backticks to delimit code snippets
* use "this is wrong. Consider doing X." consistently
|
2015-08-12 10:47:09 +02:00 |
|
Georg Brandl
|
e318328d63
|
all: whitespace cleanup
* 4-space indentation
* no trailing whitespace
* no tabs
|
2015-08-11 20:22:50 +02:00 |
|
llogiq
|
cdca2c93c1
|
now the method lookup actually works (and I understand why! 😄), reduces unnecessary loops, and has a few comments
|
2015-06-01 12:49:36 +02:00 |
|
llogiq
|
21cd0c7e70
|
check for is_empty() method to get rid of false positives
|
2015-06-01 07:40:33 +02:00 |
|
llogiq
|
483a546e74
|
added messages to test error comments
|
2015-05-20 09:34:02 +02:00 |
|
llogiq
|
e8ca3c6eae
|
new lints len_zero and len_without_is_empty
|
2015-05-20 08:52:19 +02:00 |
|