diff --git a/.codeclimate.yml b/.codeclimate.yml index c3a7e4b2a..e33254023 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -31,8 +31,8 @@ plugins: IrresponsibleModule: enabled: false exclude_patterns: -- config/ -- db/ -- vendor/ -- spec/ -- test/ +- "config/" +- "db/" +- "vendor/" +- "spec/" +- "test/"