summaryrefslogtreecommitdiff
path: root/.hound.yml
diff options
context:
space:
mode:
authorJeroen van Baarsen <jeroenvanbaarsen@gmail.com>2015-02-28 11:14:58 +0100
committerJeroen van Baarsen <jeroenvanbaarsen@gmail.com>2015-02-28 13:31:06 +0100
commit9b9fb3b637599817268a06591ad2e02edebb2233 (patch)
tree923519c0509885631b5e54a59ab9debe813674d3 /.hound.yml
parenta325d3314950cad2297df4f10877be289e2da02e (diff)
downloadgitlab-ci-9b9fb3b637599817268a06591ad2e02edebb2233.tar.gz
Semaphore does not like real git fetching, stub out the call
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
Diffstat (limited to '.hound.yml')
-rw-r--r--.hound.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.hound.yml b/.hound.yml
new file mode 100644
index 0000000..3bde29f
--- /dev/null
+++ b/.hound.yml
@@ -0,0 +1,4 @@
+# Prefer single quotes
+StringLiterals:
+ EnforcedStyle: single_quotes
+ Enabled: true