Skip to content

Commit 0cd1ed8

Browse files
authored
Merge pull request #296 from mwaggett/maint/main/remove-pl-clojure-style
(maint) Remove pl-clojure-style linter
2 parents 3e5e7e2 + 3fd9620 commit 0cd1ed8

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
This file was deleted.

ext/pl-clojure-style

Lines changed: 0 additions & 1 deletion
This file was deleted.

project.clj

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,19 +50,15 @@
5050
:sign-releases false}]]
5151

5252
;; Convenience for manually testing application shutdown support - run `lein test-external-shutdown`
53-
:aliases {"cljfmt" ["with-profile" "+cljfmt" "cljfmt"]
54-
"test-external-shutdown" ["trampoline" "run" "-m" "examples.shutdown-app.test-external-shutdown"]}
53+
:aliases {"test-external-shutdown" ["trampoline" "run" "-m" "examples.shutdown-app.test-external-shutdown"]}
5554

5655
;; By declaring a classifier here and a corresponding profile below we'll get an additional jar
5756
;; during `lein jar` that has all the code in the test/ directory. Downstream projects can then
5857
;; depend on this test jar using a :classifier in their :dependencies to reuse the test utility
5958
;; code that we have.
6059
:classifiers [["test" :testutils]]
6160

62-
:profiles {:cljfmt {:plugins [[lein-cljfmt "0.5.0"]]
63-
:parent-project {:path "ext/pl-clojure-style/project.clj"
64-
:inherit [:cljfmt]}}
65-
:dev {:source-paths ["examples/shutdown_app/src"
61+
:profiles {:dev {:source-paths ["examples/shutdown_app/src"
6662
"examples/java_service/src/clj"]
6763
:java-source-paths ["examples/java_service/src/java"]
6864
:dependencies [[puppetlabs/kitchensink :classifier "test"]]}

0 commit comments

Comments
 (0)