summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/add-lints.bash1
-rwxr-xr-xscripts/publish.bash1
2 files changed, 2 insertions, 0 deletions
diff --git a/scripts/add-lints.bash b/scripts/add-lints.bash
index 70187d6..8e5bbce 100755
--- a/scripts/add-lints.bash
+++ b/scripts/add-lints.bash
@@ -11,6 +11,7 @@ files=(
'src/config/src/lib.rs'
'src/core/src/lib.rs'
'src/display/src/lib.rs'
+ 'src/git/src/lib.rs'
'src/input/src/lib.rs'
'src/todo_file/src/lib.rs'
'src/view/src/lib.rs'
diff --git a/scripts/publish.bash b/scripts/publish.bash
index a8ac0ed..d00378a 100755
--- a/scripts/publish.bash
+++ b/scripts/publish.bash
@@ -9,6 +9,7 @@ set -euo pipefail
# order is based on dependency graph
crates=(
+ "src/git"
"src/config"
"src/display"
"src/todo_file"