diff --git a/.codeclimate.yml b/.codeclimate.yml index dce67c062..f60787a43 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -3,6 +3,6 @@ engines: enabled: true ratings: paths: - - src/** + - "src/**" exclude_paths: -- dist/**/* \ No newline at end of file + - "dist/**/*" \ No newline at end of file