Commit graph

313 commits

Author SHA1 Message Date
Daniel Compton
8a241bfa20 Version 0.1.1 2015-04-20 19:52:38 +12:00
Daniel Compton
827739254b Bump to snapshot for further development 2015-04-20 19:13:25 +12:00
Daniel Compton
44e0c766d4 Version 0.1.0 2015-04-20 18:55:17 +12:00
Daniel Compton
cee20fe7f8 Bump snapshot version and add clojars repo 2015-04-20 18:54:46 +12:00
Daniel Compton
eda1e5d2f0 Merge branch 'add-docs' 2015-04-20 18:43:22 +12:00
Daniel Compton
f433deebb3 Update kibit version to 0.1.0 in README 2015-04-20 14:45:41 +12:00
Daniel Compton
03997ac15a Merge pull request #129 2015-04-20 14:22:42 +12:00
Janos Erdos
dfa76324f7 Update collections.clj
fixed typo ?key -> ?key0
2015-04-20 14:12:16 +12:00
Daniel Compton
c6a5cfe7be Merge pull request #121 from jayp/master
Added rules for true? and false?
2015-04-20 13:52:23 +12:00
Daniel Compton
06f1de9937 Add lein-auto instructions 2015-04-20 13:40:02 +12:00
Daniel Compton
95bd6a8b98 Update core.logic to 0.8.10
Fixes #77, closes #116
2015-04-20 13:40:02 +12:00
Anton Podviaznikov
745bba80e1 Update README.md
Add badge for the dependencies status.
2015-04-20 13:40:01 +12:00
Daniel Compton
556981ce94 Handle directories passed on command line 2015-04-20 13:40:01 +12:00
Daniel Compton
10ee6bd63c Add tests for class symbols 2015-04-20 13:40:01 +12:00
Daniel Compton
34e19e7b2a Upgrade core.logic dependency to 0.8.9
Also upgrade tools.cli, and lein-marginalia
2015-04-20 13:40:01 +12:00
Daniel Compton
5366ed58d9 Merge pull request #130 from jonase/update-core-logic
Update core.logic to 0.8.10
2015-04-20 13:20:32 +12:00
Daniel Compton
a607604a86 Update core.logic to 0.8.10
Fixes #77, closes #116
2015-04-20 13:15:46 +12:00
Lukasz Kozuchowski
93f46582b3 Bug fix: wrong simplifications of (assoc ... (assoc ... 2015-04-11 12:47:07 +02:00
Jay A. Patel
c969207892 Added rules for true? and false?
Instead of (= true ?x), consider (true? ?x). Same for false?
2014-12-19 19:05:48 -08:00
Daniel Compton
5977fef261 Merge pull request #120 from podviaznikov/patch-1
Update README.md
2014-12-15 21:32:27 +01:00
Anton Podviaznikov
cb03e4adea Update README.md
Add badge for the dependencies status.
2014-12-15 12:30:51 -08:00
Daniel Compton
1f0c5b0fa1 Document :cljsbuild and :cljx source-paths 2014-11-26 08:50:20 +13:00
Daniel Compton
1bdd691f14 Expand the folder/file argument examples 2014-11-26 08:35:51 +13:00
Daniel Compton
5f85a32955 Handle directories passed on command line 2014-11-26 08:29:31 +13:00
Daniel Compton
b76a1f4965 Add tests for class symbols 2014-11-25 15:41:46 +13:00
Daniel Compton
804e8bccf2 Update docs for 0.1.0 2014-11-25 15:10:57 +13:00
Daniel Compton
3c85edec18 Merge pull request #105 from jonase/upgrade-deps
Update dependencies
2014-11-25 14:46:39 +13:00
Daniel Compton
2220f694f1 Upgrade core.logic dependency to 0.8.9
Also upgrade tools.cli, and lein-marginalia
2014-11-25 14:45:39 +13:00
Daniel Compton
575b64a599 Merge pull request #106 from thomasmulvaney/fix-java-tests
Eval to make java based tests pass
2014-11-24 12:05:08 +13:00
Daniel Compton
99d0d81009 Merge pull request #109 from jonase/exit-code
Return exit-code 1 when suggestions are found
2014-11-24 11:30:25 +13:00
Daniel Compton
f2afaf3226 Return all suggestions when calling driver/run
Added external-run function to be used by lein-kibit to exit non-zero
when suggestions are found.

Relates to #88
2014-11-24 10:39:58 +13:00
Daniel Compton
a91c9411e7 Add docs on using custom reporters 2014-11-24 10:29:12 +13:00
Daniel Compton
e798bcd4d2 Merge pull request #108 from jonase/spelling
Clean up spelling and unused import
2014-11-24 08:05:34 +13:00
Daniel Compton
e858d059a5 Clean up spelling and unused import 2014-11-22 20:57:41 +13:00
Daniel Compton
5f5b34759d Merge branch 'javalangmath-fns' 2014-11-12 09:57:03 +13:00
Daniel Compton
087a6753a1 Remove Math/pow rules until we can add metadata
to them. Math/pow always returns a Double, where (* x y) will return a
Long if x and y are both Long. Once we have metadata available we can
add a comment warning people about this and add the Math/pow
transformations back in.
2014-11-12 09:53:49 +13:00
Linus Ericsson
5f442bc393 added java.lang.Math-functions pow, hypot, round, expm1 and trivial identities 2014-11-12 09:39:34 +13:00
Daniel Compton
e6ea25ec49 Add clean and compile steps in Travis CI 2014-11-11 01:04:07 +13:00
Thomas Mulvaney
af4f1d541d Eval to make java based tests pass 2014-11-09 02:41:03 +11:00
Daniel Compton
cc6b4dd509 Merge pull request #95 from thomasmulvaney/missing-neg-case
Added missing negative case
2014-11-08 22:14:46 +13:00
Daniel Compton
59ddd05499 Update README with spelling and syntax 2014-11-08 21:53:08 +13:00
Daniel Compton
a645c112fe Merge pull request #104 from jonase/add-build-matrix
Add Travis JDK build matrix
2014-11-08 21:29:07 +13:00
Daniel Compton
edc1840125 Add JDK build matrix 2014-11-08 21:27:41 +13:00
Daniel Compton
3760b33933 Merge pull request #101 from danielcompton/add-travis
Add Travis CI and README image
2014-11-08 20:59:00 +13:00
Daniel Compton
f5930c2658 Merge pull request #102 from danielcompton/add-clojurescript
Add clojurescript, cljx, e.t.c. support
2014-11-08 20:56:17 +13:00
Daniel Compton
514c5871cc Add clojurescript, cljx, e.t.c. support
Fixes #67
2014-09-24 23:05:47 +12:00
Daniel Compton
64d319a839 Add Travis CI and README image 2014-09-24 22:54:45 +12:00
Jonas Enlund
4f41372520 Merge pull request #99 from danielcompton/fix-41
Add double-negative rule
2014-09-11 07:54:58 +02:00
Daniel Compton
c94caefbe6 Add double-negative rule
Fixes #41, code provided by @LiamGoodacre
2014-09-11 17:23:22 +12:00
Jonas Enlund
d7c9785b5e Merge pull request #97 from maacl/master
Suggested rules and tests to recommend use of assoc-in instead of nested calls to assoc.
2014-07-23 14:43:36 +03:00