Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README.rst: update report image and GIF link #142

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please remove this file. It is already covered by the file https://github.com/coala/coala-html/blob/master/.coafile .
I do appreciate that you needed it to generate the image, and so it was helpful for that purpose. but it isnt needed in the repository

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And likewise remove everything in the commit message after Closes #141.

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