From de0eb6f5a9ee22d60fc3b2766216bbcb69112f03 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Fri, 18 Jun 2021 12:05:55 -0500 Subject: [PATCH] Fix spell checking so I can focus on real problems --- src/beefblup.jl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/beefblup.jl b/src/beefblup.jl index 3a63b05..fe6750f 100644 --- a/src/beefblup.jl +++ b/src/beefblup.jl @@ -8,6 +8,8 @@ exec julia --project=$(realpath $(dirname $(dirname "${BASH_SOURCE[0]}"))) "${BA # Usage: julia beefblup.jl # (C) 2020 Thomas A. Christensen II # Licensed under BSD-3-Clause License +# cSpell:includeRegExp #.* +# cSpell:includeRegExp ("""|''')[^\1]*\1 # Import the required packages using CSV