mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-09 14:47:56 -05:00
15 lines
278 B
YAML
15 lines
278 B
YAML
ignore:
|
|
- .git
|
|
- target
|
|
- tfhe/benchmarks_parameters
|
|
- tfhe/web_wasm_parallel_tests/node_modules
|
|
- tfhe/web_wasm_parallel_tests/dist
|
|
- keys
|
|
- coverage
|
|
|
|
rules:
|
|
# checks if file ends in a newline character
|
|
end-of-file:
|
|
enable: true
|
|
single-new-line: true
|