diff options
author | Rémy Coutable <remy@rymai.me> | 2016-09-13 18:56:00 +0200 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-09-13 18:56:00 +0200 |
commit | bb406cadfeeee3f56ff046ec3013ce4b277d90d6 (patch) | |
tree | 28268d27f0454d5d1fa7de64c3ec656ee0d6b0e6 /.haml-lint.yml | |
parent | 9e34c57d5e698b7ef88c51051f17ea943d6b0bc0 (diff) | |
download | gitlab-ce-bb406cadfeeee3f56ff046ec3013ce4b277d90d6.tar.gz |
Improve .haml-lint.yml, simplify the haml_lint task and remove CHANGELOG entryrc-use-haml_lint
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to '.haml-lint.yml')
-rw-r--r-- | .haml-lint.yml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/.haml-lint.yml b/.haml-lint.yml index 6e3b35607b1..da9a43d9c6d 100644 --- a/.haml-lint.yml +++ b/.haml-lint.yml @@ -1,13 +1,9 @@ -# Default application configuration that all configurations inherit from. -# -# This is an opinionated list of which hooks are valuable to run and what their -# out of the box settings should be. - # Whether to ignore frontmatter at the beginning of HAML documents for # frameworks such as Jekyll/Middleman skip_frontmatter: false exclude: - 'vendor/**/*' + - 'spec/**/*' linters: AltText: |