Skip to content

Commit

Permalink
README.rst: update report image and GIF link
Browse files Browse the repository at this point in the history
 The new GIF and report image make README more up to date.

 Closes coala#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.
  • Loading branch information
Lavenderjiang committed Nov 27, 2017
1 parent f81af08 commit 801b1fe
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------------
Expand Down Expand Up @@ -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
16 changes: 16 additions & 0 deletions coalahtml/_coalahtml/.coafile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 801b1fe

Please sign in to comment.