This repository was archived by the owner on Aug 30, 2024. It is now read-only.
Commit 37894ce
authored
Disable false-positive linter error (#469)
* Disable false-positive linter error
The build has been failing recently with a false positive linter error.
Pylint was complaining that a method is not callable, even though
the method is defined right on the following line.
As I could not find either the reason pylint was failing or a
solution that resolves this issue, this commit disables the check for
that specific line pylint was failing on.
* Fix assertions for non-partitioned db
* Pin pylint version1 parent 06735af commit 37894ce
File tree
3 files changed
+6
-4
lines changed- src/cloudant
- tests/unit
3 files changed
+6
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
| 147 | + | |
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
390 | 390 | | |
391 | 391 | | |
392 | 392 | | |
393 | | - | |
| 393 | + | |
| 394 | + | |
394 | 395 | | |
395 | 396 | | |
396 | 397 | | |
| |||
1553 | 1554 | | |
1554 | 1555 | | |
1555 | 1556 | | |
1556 | | - | |
| 1557 | + | |
| 1558 | + | |
1557 | 1559 | | |
1558 | 1560 | | |
1559 | 1561 | | |
| |||
0 commit comments