Add code climate stuff

pull/616/head
Rick Carlino 2018-01-10 16:53:16 -06:00
parent b9760eaaed
commit 0b5dde2149
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,3 @@
## other configuration excluded from example...
exclude_paths:
- public/app-resources/languages/*.js
- "public/app-resources/languages/*.js"
- "**/*__test*"

View File

@ -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.