diff --git a/.codeclimate.yml b/.codeclimate.yml index 71d52ceb..6823e1f7 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -16,6 +16,6 @@ ratings: - "**.rb" exclude_paths: - examples/ +- gemfiles/ - spec/ - test/ -- gemfiles/ diff --git a/.rubocop.yml b/.rubocop.yml new file mode 100644 index 00000000..c61532ea --- /dev/null +++ b/.rubocop.yml @@ -0,0 +1,6 @@ +AllCops: + Exclude: + - examples/**/* + - gemfiles/**/* + - spec/**/* + - test/**/*