Skip to content

Commit

Permalink
Add code climate config and other badges to master (appneta#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
fklassen authored Mar 13, 2017
1 parent f50e655 commit 4eb7a09
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
engines:
fixme:
enabled: false

ratings:
paths:
- "**.c"
- "**.h"

exclude_paths:
- libopts/
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#Tcpreplay
[![Build Status](https://travis-ci.org/appneta/tcpreplay.svg?branch=master)](https://travis-ci.org/appneta/tcpreplay)
[![Code Climate](https://codeclimate.com/github/appneta/tcpreplay.png)](https://codeclimate.com/github/appneta/tcpreplay)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/0e49d208c69e440182ba21109ecaf31d)](https://www.codacy.com/app/fklassen/tcpreplay?utm_source=github.com&utm_medium=referral&utm_content=appneta/tcpreplay&utm_campaign=badger)

Tcpreplay is a suite of [GPLv3] licensed utilities for UNIX (and Win32 under
[Cygwin]) operating systems for editing and replaying network traffic which
was previously captured by tools like [tcpdump] and [Ethereal]/[Wireshark].
Expand Down Expand Up @@ -230,11 +235,6 @@ Please visit our [wiki](http://tcpreplay.appneta.com).

or visit our [developers wiki](https://github.com/appneta/tcpreplay/wiki)

Build Status
============
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/0e49d208c69e440182ba21109ecaf31d)](https://www.codacy.com/app/fklassen/tcpreplay?utm_source=github.com&utm_medium=referral&utm_content=appneta/tcpreplay&utm_campaign=badger)
[![Build Status](https://travis-ci.org/appneta/tcpreplay.svg?branch=master)](https://travis-ci.org/appneta/tcpreplay)

[GPLv3]: http://www.gnu.org/licenses/gpl-3.0.html
[netmap]: http://info.iet.unipi.it/~luigi/netmap/
[flow]: http://en.wikipedia.org/wiki/Traffic_flow_%28computer_networking%29
Expand Down

0 comments on commit 4eb7a09

Please sign in to comment.