mirror of
https://github.com/MillironX/beefblup.git
synced 2024-12-22 09:08:16 +00:00
Fix spell checking so I can focus on real problems
This commit is contained in:
parent
4efeb5d53a
commit
de0eb6f5a9
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ exec julia --project=$(realpath $(dirname $(dirname "${BASH_SOURCE[0]}"))) "${BA
|
||||||
# Usage: julia beefblup.jl
|
# Usage: julia beefblup.jl
|
||||||
# (C) 2020 Thomas A. Christensen II
|
# (C) 2020 Thomas A. Christensen II
|
||||||
# Licensed under BSD-3-Clause License
|
# Licensed under BSD-3-Clause License
|
||||||
|
# cSpell:includeRegExp #.*
|
||||||
|
# cSpell:includeRegExp ("""|''')[^\1]*\1
|
||||||
|
|
||||||
# Import the required packages
|
# Import the required packages
|
||||||
using CSV
|
using CSV
|
||||||
|
|
Loading…
Reference in a new issue