Skip to content

Commit

Permalink
review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mslabek committed Sep 27, 2024
1 parent e12fd4c commit 71a9fb7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-commit → .hooks/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
set -eu

if git diff --cached --name-only --diff-filter=ACM | grep -E --max-count=1 '\.scala$|\.sbt$' > /dev/null; then
./formatStagedBackendFiles.sh
./scripts/formatStagedBackendFiles.sh
fi
2 changes: 1 addition & 1 deletion project/NuToolsGitPathsConfiguratorPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ object NuToolsGitPathsConfiguratorPlugin extends sbt.AutoPlugin {
lazy val configureNuToolsGitPathsTask = Def.task {

implicit val logger: ManagedLogger = streams.value.log
updateGitConfigIfNeeded("core", "hooksPath", ".husky")
updateGitConfigIfNeeded("core", "hooksPath", ".hooks")
updateGitConfigIfNeeded("blame", "ignoreRevsFile", ".git-blame-ignore-revs")
}

Expand Down
File renamed without changes.

0 comments on commit 71a9fb7

Please sign in to comment.