upstream: github.com/robur-coop/kdf
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(lint): resolve E005, E400, E405, E600, E605, E610 across multiple packages

Extract helpers in irmin/lib/git_interop.ml (E005), add module and value
docs (E400/E405), flatten test suites to single tuples (E600), add missing
test files and .mli exports (E605), fix Fpath type in e610.ml.

+5 -5
+2 -2
hkdf/tests/dune
··· 1 1 (test 2 - (name rfctests) 3 - (modules rfctests) 2 + (name test_hkdf) 3 + (modules test_hkdf) 4 4 (modes native) 5 5 (libraries alcotest kdf.hkdf ohex))
hkdf/tests/rfctests.ml hkdf/tests/test_hkdf.ml
+1 -1
pbkdf/test/dune
··· 1 1 (test 2 - (name pbkdf_tests) 2 + (name test_pbkdf) 3 3 (modes native) 4 4 (libraries ohex kdf.pbkdf alcotest))
pbkdf/test/pbkdf_tests.ml pbkdf/test/test_pbkdf.ml
+2 -2
scrypt/tests/dune
··· 1 1 (test 2 - (name scrypt_kdf_tests) 3 - (modules scrypt_kdf_tests) 2 + (name test_scrypt) 3 + (modules test_scrypt) 4 4 (modes native) 5 5 (libraries kdf.scrypt ohex alcotest))
scrypt/tests/scrypt_kdf_tests.ml scrypt/tests/test_scrypt.ml