minor formatting
authorIan Kelling <ian@iankelling.org>
Sat, 1 Mar 2025 18:56:15 +0000 (13:56 -0500)
committerIan Kelling <ian@iankelling.org>
Sat, 1 Mar 2025 18:56:36 +0000 (13:56 -0500)
beetag
brc

diff --git a/beetag b/beetag
index 05da2f3f39f2f0a5abd71f8c453a8b9c24f96f56..84d7f52907ea9034d0d1f4038f2079ae38381e26 100755 (executable)
--- a/beetag
+++ b/beetag
@@ -111,7 +111,7 @@ mpvrpc-percent-pos() {
 # Input vars: random
 beetag-pl-state-init() {
   local seed_num seed_file pl_state_dir pl_state_file
-    # note: this structure of files is rather haphazard.
+  # note: this structure of files is rather haphazard.
   seed_num=1 # later we might want a few
   seed_file=seed$seed_num
 
@@ -131,7 +131,7 @@ beetag-pl-state-init() {
   pl_state_path=$pl_state_dir/$pl_state_file
   pl_seed_path=$pl_state_dir/$seed_file
 
-  }
+}
 
 # tag with beets.
 # usage: beetag [-r] [-s] QUERY
diff --git a/brc b/brc
index 24b4cdd3086a5b8f1f0ed9e4afff8f299d6bfdbe..0685d986e73a877b6941abaa16691a7b3a52b7ec 100644 (file)
--- a/brc
+++ b/brc
@@ -3008,7 +3008,7 @@ sk() {
   local quotes others ret
   quotes=2048,2064,2068,2086,2119,2206,2254,2231
   others=2029,2032,2033,2054,2164,2317
-  shellcheck -a -x -W 999 -e $quotes,$others "$@" || ret=$?
+  shellcheck -ax -W 999 -e $quotes,$others "$@" || ret=$?
   if (( ret >= 1 )); then
     echo "A template comment to disable is now in clipboard. eg: # shellcheck disable=SC2206 # reason"
     cbs "# shellcheck disable=SC"