diff options
author | Christopher Baines <mail@cbaines.net> | 2018-03-25 19:42:33 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2018-03-29 07:59:01 +0100 |
commit | e72b15d1e093952d72ef22aaa3d38c9210c212b6 (patch) | |
tree | d4953cf8eb67f9ddddc8c8b4716df529bfd6ed00 | |
parent | 19e0df848e98b9622ed8368b17c8d5592d4a296e (diff) | |
download | govuk-mini-environment-admin-e72b15d1e093952d72ef22aaa3d38c9210c212b6.tar govuk-mini-environment-admin-e72b15d1e093952d72ef22aaa3d38c9210c212b6.tar.gz |
Add Coala configuration
-rw-r--r-- | .coafile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.coafile b/.coafile new file mode 100644 index 0000000..4ff2422 --- /dev/null +++ b/.coafile @@ -0,0 +1,6 @@ +[commit] +bears = GitCommitBear + +[ruby] +bears = RubySyntaxBear,RuboCopBear +rubocop_config = .rubocop.yml |