From 801b1fe7ee633922c243c8a06cf06ee194949071 Mon Sep 17 00:00:00 2001 From: Lavenderjiang Date: Sun, 26 Nov 2017 20:42:25 -0500 Subject: [PATCH] README.rst: update report image and GIF link The new GIF and report image make README more up to date. Closes https://github.com/coala/coala-html/issues/141 new file: coalahtml/_coalahtml/.coafile This .coafile allows coala-html to successfully run in coalahtml/_coalahtml directory. I was able to make a successful demo of coala-html with the addition of this file. --- README.rst | 4 ++-- coalahtml/_coalahtml/.coafile | 16 ++++++++++++++++ 2 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 coalahtml/_coalahtml/.coafile diff --git a/README.rst b/README.rst index e4649b5..0d9c75c 100644 --- a/README.rst +++ b/README.rst @@ -34,7 +34,7 @@ please take a look at our REPORT ------ -.. image:: https://s11.postimg.org/u2vemkqrn/coala_Demo_Screenshot.png +.. image:: https://raw.githubusercontent.com/Lavenderjiang/random-file/master/coala-demo-screenshot.png PROJECT STATUS -------------- @@ -91,5 +91,5 @@ your option) any later version. :target: https://github.com/coala/coala-html .. |Coverage| image:: https://img.shields.io/codecov/c/github/coala/coala-html/master.svg :target: https://codecov.io/github/coala/coala-html?branch=master -.. _GIF: https://cloud.githubusercontent.com/assets/7397433/16225501/8162a2a4-37c4-11e6-96b8-3e37b705c7f3.gif +.. _GIF: https://raw.githubusercontent.com/Lavenderjiang/random-file/master/coala-html-demo-gif.gif .. _Live: http://coala.github.io/coala-html diff --git a/coalahtml/_coalahtml/.coafile b/coalahtml/_coalahtml/.coafile new file mode 100644 index 0000000..dc5e351 --- /dev/null +++ b/coalahtml/_coalahtml/.coafile @@ -0,0 +1,16 @@ +[js] +files = app/**/*.js +bears = LineLengthBear, SpaceConsistencyBear, JSHintBear +jshint_config = ./.jshintrc +use_spaces = true + +[css] +files = app/styles/*.css +bears = LineLengthBear, SpaceConsistencyBear, CSSLintBear +use_spaces = true + +[html] +files = index.html, app/views/*.html +bears = LineLengthBear, SpaceConsistencyBear +use_spaces = true +