File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88[ ![ rust-clippy analyze] ( https://github.com/acgetchell/la-stack/actions/workflows/rust-clippy.yml/badge.svg )] ( https://github.com/acgetchell/la-stack/actions/workflows/rust-clippy.yml )
99[ ![ codecov] ( https://codecov.io/gh/acgetchell/la-stack/graph/badge.svg?token=4eKXa5QjuZ )] ( https://codecov.io/gh/acgetchell/la-stack )
1010[ ![ Audit dependencies] ( https://github.com/acgetchell/la-stack/actions/workflows/audit.yml/badge.svg )] ( https://github.com/acgetchell/la-stack/actions/workflows/audit.yml )
11+ [ ![ Codacy Security Scan] ( https://github.com/acgetchell/la-stack/actions/workflows/codacy.yml/badge.svg )] ( https://github.com/acgetchell/la-stack/actions/workflows/codacy.yml )
1112
1213Fast, stack-allocated linear algebra for fixed dimensions in Rust.
1314
Original file line number Diff line number Diff line change 11{
22 "version" : " 0.2" ,
33 "language" : " en" ,
4+ "useGitignore" : true ,
45 "words" : [
6+ " acgetchell" ,
57 " Clippy" ,
68 " clippy" ,
79 " codacy" ,
810 " const" ,
911 " doctests" ,
1012 " elif" ,
13+ " endgroup" ,
1114 " f128" ,
1215 " f32" ,
1316 " f64" ,
3134 " proptests" ,
3235 " rug" ,
3336 " RUSTDOCFLAGS" ,
37+ " sarif" ,
38+ " semgrep" ,
3439 " shellcheck" ,
40+ " taiki" ,
3541 " tridiagonal" ,
42+ " unittests" ,
3643 " usize"
3744 ],
3845 "ignorePaths" : [
46+ " **/.git/**" ,
3947 " target" ,
4048 " Cargo.lock"
4149 ]
42- }
50+ }
Original file line number Diff line number Diff line change @@ -141,9 +141,9 @@ spell-check:
141141 #!/usr/bin/env bash
142142 set -euo pipefail
143143 if command -v cspell >/ dev/ null; then
144- cspell lint --config cspell.json --no-progress --gitignore --cache --exclude cspell.json .
144+ cspell lint --config cspell.json --no-progress --gitignore --cache --dot -- exclude cspell.json .
145145 elif command -v npx >/ dev/ null; then
146- npx cspell lint --config cspell.json --no-progress --gitignore --cache --exclude cspell.json .
146+ npx cspell lint --config cspell.json --no-progress --gitignore --cache --dot -- exclude cspell.json .
147147 else
148148 echo " ❌ cspell not found. Install via npm (recommended): npm i -g cspell"
149149 echo " Or ensure npx is available (Node.js)."
You can’t perform that action at this time.
0 commit comments