-
I'm evaluating the use of [Hound](https://github.com/thoughtbot/hound) for the tracking of the javascript code quality on commit.
it's seems a nice tool that simply perform jshint but currently ask f…
-
It is easy to break a single-page application, so running tests on the CI server before every deploy would be safer.
There are several strategies to write tests for a single page application made with…
-
Everyone loves Travis CI to automatically run your tests, it just works.
## Create an account
Go to https://travis-ci.org/ and click on **Sign up** button. It will ask you to integrate with Github, g…
-
Hello,
I ran into some issues with resolving dns when running an analyzer. Is this intended behavior? I can produce this behavior by modifying codeclimate-fixme to run a `wget https://google.com` wh…
-
The engine I'm working on can be run against itself with the `analyse --dev` command.
I'd now like to run it against some other codebases. I've tried calling the CLI as follows:
```
docker run \
-…
-
This looks great! Please can you share when it will be available for use via codeclimate.com? Thanks.
-
The CodeClimate engines are hard-coded to require the code to live in the `/code` directory. Could that be parameterized?
The reason I ask is that we are attempting to build a Concourse (Concourse.CI…
-
Here is a sleuth of improvable work found using code climate. This is in the bug risk category, ran with help by Joseph Purcell. Results at https://codeclimate.com/github/josephdpurcell/deims/issues?c…
-
Running latest image gives me this error. Docker promised me I would never have to see ruby dependency errors again, but they lied.
```
$ docker run --interactive --tty --rm --env CODE_PATH="$PWD…
-
This crashes on any file using Ruby 2.0 keyword arguments.
`app/models/question.rb`:
``` ruby
class Question < ActiveRecord::Base
#12 more lines
flexible_slugs_from :prompt, max_length: 200
end
…