Commit graph

343 commits

Author SHA1 Message Date
Jonas Enlund
61c5f27f13 Compile rules at runtime 2013-03-11 09:00:23 +02:00
Jonas Enlund
665fbc26ef Removed redundant call to logic/prep 2013-03-10 19:33:44 +02:00
Jonas Enlund
19c326ad4b Release 0.0.8 2013-03-09 21:48:13 +02:00
Jonas Enlund
c69bc03896 Merge pull request #76 from ragnard/kibit-it
Two minor improvements
2013-03-08 08:53:20 -08:00
Ragnar Dahlén
c79c31dc2e Also return :columns as part of result map 2013-03-08 08:09:47 +00:00
Ragnar Dahlén
787ec1a63a Bump clojure and core.logic deps 2013-03-08 08:09:29 +00:00
Jonas Enlund
0e67ee2d4b Merge pull request #75 from bostonaholic/master
Run kibit on a single file within Emacs
2013-03-05 19:44:27 -08:00
Matthew Boston
88c6e934c6 example showing how to configure emacs for running kibit on a single file 2013-03-05 17:20:04 -05:00
Jonas Enlund
b9627f1e0e Merge pull request #74 from djui/patch-1
Remove invalid rule for floats
2013-02-27 00:26:10 -08:00
Uwe Dauernheim
ab491e31d3 Remove invalid rule for floats 2013-02-27 08:25:19 +01:00
Jonas Enlund
7b29c507ac Merge pull request #73 from cemerick/master
"statically" maintain *ns* to yield proper namespacing of ::keywords, fixes gh-72
2013-02-13 19:05:33 -08:00
Chas Emerick
a0a7539cb9 "statically" maintain *ns* to yield proper namespacing of ::keywords, fixes gh-72 2013-02-13 17:53:48 -05:00
Chas Emerick
8ec79b4293 continue Clojure 1.4 support (esp. for lein plugin usage) 2013-02-13 17:19:41 -05:00
Jonas Enlund
ce7d9b6e63 Merge pull request #71 from RyanMcG/master
Add GFM reporter, Allow user to select reporter with CL option
2013-02-06 20:14:51 -08:00
Ryan McGowan
09ada8b28a Make default reporter cli-reporter. 2013-02-06 19:32:54 -05:00
Ryan McGowan
b2f6c8aa10 Allow the user to select which reporter to use.
Add a dependency on tools.cli.

Usage:

    lein kibit -r markdown
2013-02-06 19:22:39 -05:00
Ryan McGowan
1227ba1fe4 Test reporters' output. 2013-02-05 19:59:46 -05:00
Ryan McGowan
64766de6d1 Create a github flavored markdown reporter. 2013-02-05 19:59:15 -05:00
Jonas Enlund
65b9fdaa9e README update 2013-01-26 08:29:49 +02:00
Jonas Enlund
7eb98f19ea Removed some unlikely rules 2013-01-26 08:23:16 +02:00
Jonas Enlund
ea1e0325d4 Merge pull request #70 from Raynes/master
Added a rule for (apply str ..)
2013-01-25 21:43:54 -08:00
Jonas Enlund
18349920b4 Merge pull request #69 from pangloss/master
Rule for redundant do inside a when
2013-01-25 21:42:28 -08:00
Anthony Grimes
8424bb2b20 Add a new rule for plain (apply str ..) and a test. 2013-01-25 15:27:43 -06:00
Darrick Wiebe
926f093b24 I've done this 2013-01-25 14:50:13 -05:00
Jonas Enlund
6addc843e0 Merge pull request #68 from fogus/master
Added another `filter` pattern.
2013-01-25 06:16:14 -08:00
fogus
f9bca5ef5d Added another filter pattern and test. 2013-01-25 08:08:15 -05:00
Jonas Enlund
a46caf6914 fix for #61 2012-11-13 22:32:27 +02:00
Jonas Enlund
8b6988dc3a Update readme 2012-11-11 17:05:43 +02:00
Jonas Enlund
a8fe7ad74d bump version 2012-11-11 16:40:49 +02:00
Jonas Enlund
3cfeb78db8 Prepare for 0.0.5 release 2012-11-11 15:41:51 +02:00
Jonas Enlund
453b02afd1 Merge pull request #58 from sjl/master
Rule for (= nil x) -> (nil? x)
2012-11-08 23:38:58 -08:00
Steve Losh
760feec11a Add a rule for (= nil x) -> (nil? x) 2012-11-09 00:33:03 -05:00
Jonas Enlund
ce4abd2087 Merge pull request #57 from ljos/master
remove do in loop form
2012-10-18 06:22:33 -07:00
Bjarte Johansen
cba0a329a8 Remove do binding in loop form
loop provides implicit do form in construct.
2012-10-18 14:51:26 +02:00
Jonas Enlund
e1845b6ef0 Revert "Merge pull request #55 from edtsech/if-true-or"
This reverts commit 72432a0764, reversing
changes made to 25cf9d92ae.
2012-10-16 17:33:01 +03:00
Jonas Enlund
72432a0764 Merge pull request #55 from edtsech/if-true-or
Rule for (if test true else).
2012-10-16 05:46:27 -07:00
Edward Tsech
7428264f7f Rule for (if test true else). 2012-10-16 11:36:09 +02:00
Jonas Enlund
25cf9d92ae Merge pull request #51 from ljos/master
Do forms are unneccesary in let forms.
2012-09-20 06:39:38 -07:00
Bjarte Johansen
24ff7fd6ea Remove do binding in let form
do binding in let form is not neccessary as let provides an implicit do
form.
2012-09-20 12:06:49 +02:00
Jonas Enlund
b085c01c4f Added 'repeatedly' rule as suggested in issue #48 2012-08-25 20:27:31 +03:00
Jonas Enlund
37b2a6c62c Merge pull request #47 from sjl/master
(update-in ... assoc ...) to (assoc-in ...)
2012-07-14 11:50:37 -07:00
Steve Losh
c450d1da60 (update-in ... assoc ...) should be (assoc-in ...) 2012-07-14 14:47:18 -04:00
Jonas Enlund
176841cb4a Merge pull request #46 from sjl/master
update-in suggestions
2012-07-11 07:34:41 -07:00
Steve Losh
b270b09a9e Add update-in suggestions.
I often forget that update-in exists.  This change adds a rule to remind people
of it for a few simple cases.
2012-07-10 17:25:27 -04:00
Jonas Enlund
9f4af6ef87 Merge pull request #45 from miner/master
another empty? recommendation
2012-07-10 00:10:46 -07:00
Steve Miner
d68221fdcc (when-not (empty? x) body) should be (when (seq x) body) 2012-07-09 17:45:17 -04:00
Jonas Enlund
a34d5c45b1 Merge pull request #44 from miner/master
prefer (seq x) over (not (empty? x)
2012-07-08 13:15:55 -07:00
Steve Miner
cc83a68c1b prefer (seq x) over (not (empty? x)) 2012-07-08 16:01:04 -04:00
Jonas Enlund
dacbdd14f2 Merge pull request #43 from duelinmarkers/fix-dot-rule-when-member-is-a-list
Handle list member-access in dot form. Fixes #33.
2012-06-26 08:21:47 -07:00
Jonas Enlund
66b318bd42 Merge pull request #42 from duelinmarkers/issue-39
Fix 'remove suggestion for 'filter with anonymous fn
2012-06-26 08:21:01 -07:00