diff --git a/.codeclimate.yml b/.codeclimate.yml index f0c74fdae..a23e09a43 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,3 +1,3 @@ -## other configuration excluded from example... exclude_paths: -- public/app-resources/languages/*.js +- "public/app-resources/languages/*.js" +- "**/*__test*" \ No newline at end of file diff --git a/README.md b/README.md index dcac2223f..6bc428c99 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,9 @@ [![codecov](https://codecov.io/gh/FarmBot/Farmbot-Web-App/branch/master/graph/badge.svg)](https://codecov.io/gh/FarmBot/Farmbot-Web-App)(API) +[![Maintainability](https://api.codeclimate.com/v1/badges/74091163d8a02bb8988f/maintainability)](https://codeclimate.com/github/FarmBot/Farmbot-Web-App/maintainability) + + # Q: Do I need this? This repository is intended for *software developers* who wish to modify the [Farmbot Web App](http://my.farmbot.io/). **If you are not a developer**, you are highly encouraged to use [the publicly available web app](http://my.farmbot.io/). Running a server is *a non-trivial task with security implications*. It requires an intermediate background in Ruby, SQL and Linux system administration.