mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-21 13:57:17 +00:00

This implements a new way of image write streaming under use of pipage and blockmap, which paves the way for a few things like using network locations as sources, and imaging of storage devices (aka backups). As it allows for mutation of the streaming pipeline while it's writing, it also facilitates the development of dynamic block-mapping. Change-Type: minor
7 lines
137 B
YAML
7 lines
137 B
YAML
rules:
|
|
no-eq-null: off
|
|
no-magic-numbers: off
|
|
no-param-reassign: off
|
|
no-underscore-dangle: off
|
|
lodash/prefer-lodash-method: off
|