Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TakenPilot committed Sep 26, 2014
1 parent 8c86f51 commit fb34ca9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -7,6 +7,8 @@ Limit complexity in JavaScript projects by failing build if function exceed limi

[![Code Climate](https://codeclimate.com/github/TakenPilot/gulp-limit-complexity/badges/gpa.svg)](https://codeclimate.com/github/TakenPilot/gulp-limit-complexity)

[![Coverage Status](https://coveralls.io/repos/TakenPilot/gulp-limit-complexity/badge.png?branch=master)](https://coveralls.io/r/TakenPilot/gulp-limit-complexity?branch=master)

Using Mozilla's JavaScript tree mapper to parse functions, and escomplex to calculate the complexity of every function.
This is mainly useful for keeping third-party developers honest and to a certain level of quality.
Can also be useful on large teams as a kind of contract for how complex or readable their code must be.
Expand Down

0 comments on commit fb34ca9

Please sign in to comment.