Skip to content

Commit

Permalink
Add Code Climate badge
Browse files Browse the repository at this point in the history
  • Loading branch information
garethrees committed May 23, 2013
1 parent f8cac37 commit 79dc2d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
@@ -1,5 +1,7 @@
# Search for a pattern in your log files # Search for a pattern in your log files


[![Code Climate](https://codeclimate.com/github/garethrees/hunter.png)](https://codeclimate.com/github/garethrees/hunter)

I generally use a tracking gif in the mass emails I send out to get a rough idea of the open rate. It's not a small task to open each log file, filter it and then count each occurance of the gif. I generally use a tracking gif in the mass emails I send out to get a rough idea of the open rate. It's not a small task to open each log file, filter it and then count each occurance of the gif.


Hunter does this for you! Hunter does this for you!
Expand Down Expand Up @@ -39,4 +41,4 @@ Create a new hunt for the string you want to match:
* "Archived" means with the file extension `.gz` – no other compression formats are supported * "Archived" means with the file extension `.gz` – no other compression formats are supported
* `look_through_archive()` relies on your log appending a digit after the original filename and then compressing to `.gz` * `look_through_archive()` relies on your log appending a digit after the original filename and then compressing to `.gz`
* e.g. `access.log` becomes `access.log.1.gz` * e.g. `access.log` becomes `access.log.1.gz`
* **There are no tests** * **There are no tests**

0 comments on commit 79dc2d5

Please sign in to comment.