diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 0000000..c2db271 --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,8 @@ +engines: + rubocop: + enabled: true +ratings: + paths: + - **.rb +exclude_paths: +- spec/**/*