diff --git a/.codeclimate.yml b/.codeclimate.yml index 554bdae..06f5db6 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,6 +1,6 @@ languages: JavaScript: true exclude_paths: -- "doc/**" -- "lib/**" -- "test/**" + - doc/** + - lib/** + - test/**