Skip to content

Commit

Permalink
remove bloop from projectile-project-root-files
Browse files Browse the repository at this point in the history
  • Loading branch information
Zach Fontenot committed Aug 23, 2024
1 parent 01fb6a5 commit d077dca
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions projectile.el
Original file line number Diff line number Diff line change
Expand Up @@ -3496,13 +3496,7 @@ a manual COMMAND-TYPE command is created with
(projectile-register-project-type 'clojure-cli '("deps.edn")
:project-file "deps.edn"
:test-suffix "_test")
(projectile-register-project-type 'bloop '(".bloop")
:project-file ".bloop"
:compile "bloop compile root"
:test "bloop test --propagate --reporter scalac root"
:src-dir "src/main/"
:test-dir "src/test/"
:test-suffix "Spec")

;; Ruby
(projectile-register-project-type 'ruby-rspec '("Gemfile" "lib" "spec")
:project-file "Gemfile"
Expand Down

0 comments on commit d077dca

Please sign in to comment.