From 0059741ec6b0fc6ca090d49b1afde490a386399c Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 3 Nov 2013 01:31:39 +0200 Subject: [PATCH 1/3] README.md: break long line. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b4b99088..96f06c27 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,12 @@ [![build status](https://secure.travis-ci.org/stubbornella/csslint.png)](http://travis-ci.org/stubbornella/csslint) # CSSLint -CSSLint is a tool to help point out problems with your CSS code. It does basic syntax checking as well as applying a set of rules to the code that look for problematic patterns or signs of inefficiency. The rules are all pluggable, so you can easily write your own or omit ones you don't want. You can find information about both using CSS Lint and contributing to the project in the wiki: https://github.com/stubbornella/csslint/wiki +CSSLint is a tool to help point out problems with your CSS code. +It does basic syntax checking as well as applying a set of rules +to the code that look for problematic patterns or signs of inefficiency. +The rules are all pluggable, so you can easily write your own or omit ones +you don't want. You can find information about both using CSS Lint and +contributing to the project in the wiki: https://github.com/stubbornella/csslint/wiki # Contributors From 1e556bcf6b2e6eba99f95c968aef09a6b65dc469 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 12 Nov 2013 13:17:40 +0200 Subject: [PATCH 2/3] Add dependency badges to README.md. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 96f06c27..ca27027f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ [![build status](https://secure.travis-ci.org/stubbornella/csslint.png)](http://travis-ci.org/stubbornella/csslint) +[![Dependency Status](https://david-dm.org/stubbornella/csslint.png?theme=shields.io)](https://david-dm.org/stubbornella/csslint) +[![devDependency Status](https://david-dm.org/stubbornella/csslint/dev-status.png?theme=shields.io)](https://david-dm.org/stubbornella/csslint#info=devDependencies) + # CSSLint CSSLint is a tool to help point out problems with your CSS code. From c85fce446acb593593ecf466466668a0c1ad9135 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 25 Feb 2014 13:15:30 +0200 Subject: [PATCH 3/3] Fix README.md headers. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ca27027f..a7a90b0a 100644 --- a/README.md +++ b/README.md @@ -11,14 +11,14 @@ The rules are all pluggable, so you can easily write your own or omit ones you don't want. You can find information about both using CSS Lint and contributing to the project in the wiki: https://github.com/stubbornella/csslint/wiki -# Contributors +## Contributors -## Creators +### Creators 1. Nicole Sullivan, http://www.stubbornella.org 1. Nicholas C. Zakas, http://www.nczonline.net -## Contributors +### Contributors 1. Samori Gorse, https://twitter.com/shinuza (Rules, Non-zero Exit Code for CLI) 1. Eitan Konigsburg, https://twitter.com/eitanmk (Rhino CLI)