diff options
author | Will Hall <will@willhallonline.co.uk> | 2019-05-20 13:50:32 +0000 |
---|---|---|
committer | Kamil TrzciĆski <ayufan@ayufan.eu> | 2019-05-20 13:50:32 +0000 |
commit | 23266cc64d221f85ff0ae8f8fc19edbb40ea3172 (patch) | |
tree | 7b479e17937780aa4c5f8ed442972d6a6e429ae6 /.haml-lint.yml | |
parent | c513434c9d7bdfa5e1c8bd3a86fe84df693faebd (diff) | |
download | gitlab-ce-23266cc64d221f85ff0ae8f8fc19edbb40ea3172.tar.gz |
#60818 Correct linting for project root *.yml files
Diffstat (limited to '.haml-lint.yml')
-rw-r--r-- | .haml-lint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.haml-lint.yml b/.haml-lint.yml index e9cc4a91a21..e356be30c45 100644 --- a/.haml-lint.yml +++ b/.haml-lint.yml @@ -153,7 +153,7 @@ linters: Indentation: enabled: true - character: space # or tab + character: space # or tab TagName: enabled: true |