lotus/extern/storage-sealing
Steven Allen 5733c71c50 Lint everything
We were ignoring quite a few error cases, and had one case where we weren't
actually updating state where we wanted to. Unfortunately, if the linter doesn't
pass, nobody has any reason to actually check lint failures in CI.

There are three remaining XXXs marked in the code for lint.
2020-08-20 20:46:36 -07:00
..
gen fix lint errors. 2020-08-17 14:39:33 +01:00
lib/nullreader keep storage-fsm (renamed to storage-sealing) and sector-storage in extern. 2020-08-17 14:26:18 +01:00
sealiface Separate concurrent sealing sector limit for deals 2020-08-18 21:48:18 +02:00
cbor_gen.go keep storage-fsm (renamed to storage-sealing) and sector-storage in extern. 2020-08-17 14:26:18 +01:00
checks.go fsm: handle already-precommitted CommitFailed sectors correctly 2020-08-18 18:02:25 +02:00
constants.go keep storage-fsm (renamed to storage-sealing) and sector-storage in extern. 2020-08-17 14:26:18 +01:00
events.go keep storage-fsm (renamed to storage-sealing) and sector-storage in extern. 2020-08-17 14:26:18 +01:00
fsm_events.go fsm: handle already-precommitted CommitFailed sectors correctly 2020-08-18 18:02:25 +02:00
fsm_test.go gofmt 2020-08-18 18:27:28 +02:00
fsm.go Lint everything 2020-08-20 20:46:36 -07:00
garbage.go fsm: fail early on too-many-sealing-sectors in pledge 2020-08-18 19:26:17 +02:00
nullreader.go keep storage-fsm (renamed to storage-sealing) and sector-storage in extern. 2020-08-17 14:26:18 +01:00
precommit_policy_test.go fix lint errors. 2020-08-17 14:39:33 +01:00
precommit_policy.go keep storage-fsm (renamed to storage-sealing) and sector-storage in extern. 2020-08-17 14:26:18 +01:00
sealing.go Lint everything 2020-08-20 20:46:36 -07:00
sector_state.go fsm: Config for limiting max sealing sectors 2020-08-18 16:54:05 +02:00
states_failed.go fsm: handle already-precommitted CommitFailed sectors correctly 2020-08-18 18:02:25 +02:00
states_proving.go keep storage-fsm (renamed to storage-sealing) and sector-storage in extern. 2020-08-17 14:26:18 +01:00
states_sealing.go Calculate depositMinimum for upgrading as replaced sector's Initialpledge 2020-08-18 19:22:43 -04:00
stats.go gofmt 2020-08-18 18:27:28 +02:00
types_test.go keep storage-fsm (renamed to storage-sealing) and sector-storage in extern. 2020-08-17 14:26:18 +01:00
types.go Lint everything 2020-08-20 20:46:36 -07:00
upgrade_queue.go Do not try to replace CC sectors with a deal-less sector 2020-08-19 22:41:23 -04:00
utils_test.go keep storage-fsm (renamed to storage-sealing) and sector-storage in extern. 2020-08-17 14:26:18 +01:00
utils.go keep storage-fsm (renamed to storage-sealing) and sector-storage in extern. 2020-08-17 14:26:18 +01:00