This commit expands the test coverage for the `chachapoly` package to include error and edge cases. It also adds `go.sum` to the `.gitignore` file.
16 lines
248 B
JSON
16 lines
248 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"lib": [
|
|
"deno.ns",
|
|
"dom"
|
|
]
|
|
},
|
|
"lint": {
|
|
"rules": {
|
|
"tags": ["recommended"],
|
|
"include": ["ban-untagged-todo"],
|
|
"exclude": ["no-unused-vars"]
|
|
}
|
|
}
|
|
}
|