guard-scss_lint 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 5d4addca2a53069794dafaeb7ae7caeff31b6fea
4
+ data.tar.gz: db0588d36550df5881ccb361de2c2b1d15b9db16
5
+ SHA512:
6
+ metadata.gz: 8f5ccc75f1126e79794f20dc0bd18ba7fe255d4e5b4930e3c847179f52d75f2828ed4c9e11d798a3d3e951cf6ad992a6bfb3aad0bf3fa375e1a52ae716299198
7
+ data.tar.gz: 6ebe84f02de7b9b4de5bf3f319c798fd74a9fe1de470fba40329f96de0b172fcaa075ecee086cdafbc78736b489832d09123fc575116bec75dd6902f0ae084d0
data/.coveralls.yml ADDED
@@ -0,0 +1 @@
1
+ service_name: travis-ci
data/.editorconfig ADDED
@@ -0,0 +1,11 @@
1
+ # This file is for unifying the coding style for different editors and IDEs
2
+ # editorconfig.org
3
+
4
+ root = true
5
+
6
+ [*]
7
+ charset = utf-8
8
+ trim_trailing_whitespace = true
9
+ insert_final_newline = true
10
+ indent_style = space
11
+ indent_size = 2
data/.gitignore ADDED
@@ -0,0 +1,11 @@
1
+ .bundle
2
+ Gemfile.lock
3
+ /pkg
4
+
5
+ # YARD
6
+ /doc
7
+ /.yardoc
8
+
9
+ *.sublime-workspace
10
+
11
+ spec/coverage/