Skip to content

Commit

Permalink
Merge pull request #41 from jesims/JESI-3014
Browse files Browse the repository at this point in the history
  • Loading branch information
axrs committed Jan 28, 2020
2 parents 2b463c8 + b0b15df commit e1c9311
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 3.3.0

* Removed `kibit` from default linters

# 3.2.0

* Changed default linting to use `check` instead of `eastwood`
Expand Down
4 changes: 1 addition & 3 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject io.jesi/parent "3.2.0"
(defproject io.jesi/parent "3.3.0"
:description "Clojure and NPM parent package definitions"
:url "https://github.com/jesims/parent#readme"
:license {:name "Eclipse Public License - v 1.0"
Expand Down Expand Up @@ -44,11 +44,9 @@
"lint-nsorg" ["nsorg" "--replace"]
"lint-kondo" ["clj-kondo" "--" "--cache" "--lint" "src"] ;TODO use :project/source-paths
"lint-test-kondo" ["clj-kondo" "--" "--cache" "--lint" "test"] ;TODO use :project/test-paths
"lint-kibit" ["kibit" "--replace"]
"lint" ["do"
["lint-nsorg"]
["check"]
["lint-kibit"]
["lint-kondo"]
["lint-test-kondo"]]
"test" ["kaocha"]
Expand Down

0 comments on commit e1c9311

Please sign in to comment.