From 42b80e3583f8a1beba351b892c99131304a5626c Mon Sep 17 00:00:00 2001
From: echarp <emmanuel.charpentier@free.fr>
Date: Sat, 13 Dec 2014 00:27:31 +0100
Subject: [PATCH] =?UTF-8?q?Configuration=20pour=20outils=20de=20qualit?=
 =?UTF-8?q?=C3=A9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .haml-lint.yml | 3 +++
 .rubocop.yml   | 3 +++
 2 files changed, 6 insertions(+)
 create mode 100644 .haml-lint.yml
 create mode 100644 .rubocop.yml

diff --git a/.haml-lint.yml b/.haml-lint.yml
new file mode 100644
index 000000000..b7db684f2
--- /dev/null
+++ b/.haml-lint.yml
@@ -0,0 +1,3 @@
+linters:
+  HtmlAttributes:
+    enabled: false
diff --git a/.rubocop.yml b/.rubocop.yml
new file mode 100644
index 000000000..5f3f52f0e
--- /dev/null
+++ b/.rubocop.yml
@@ -0,0 +1,3 @@
+AllCops:
+  Exclude:
+    - db/schema.rb
-- 
GitLab