diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 0000000000..ff16aa8f10 --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,11 @@ +engines: + rubocop: + enabled: true +ratings: + paths: + - app/** + - lib/** + - "**.rb" +exclude_paths: +- spec/**/* +- vendor/**/* \ No newline at end of file