storj/pkg/encryption
ethanadams 268dc6b7e4
Enable gocritic linter (#2051)
* first round cleanup based on go-critic

* more issues resolved for ifelsechain and unlambda checks

* updated from master and gocritic found a new ifElseChain issue

* disable appendAssign. i reports false positives

* re-enabled go-critic appendAssign and disabled lint check at code line level

* fixed go-critic lint error

* fixed // nolint add gocritic specifically
2019-05-29 09:14:25 -04:00
..
aesgcm_test.go updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
aesgcm.go updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
bits_test.go updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
bits.go updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
common.go updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
encryption_test.go Fix CalcEncryptedSize and CalcPieceSize (#1525) 2019-03-21 15:47:48 +02:00
encryption.go Fix CalcEncryptedSize and CalcPieceSize (#1525) 2019-03-21 15:47:48 +02:00
examples_test.go updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
path_test.go updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
path.go updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
secretbox_test.go updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
secretbox.go updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
transform_test.go updates copyright 2018 to 2019 (#1133) 2019-01-24 15:15:10 -05:00
transform.go Enable gocritic linter (#2051) 2019-05-29 09:14:25 -04:00