diff --git a/.codeclimate.yml b/.codeclimate.yml index e1cb3b5..132cd44 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,3 +1,10 @@ engines: shellcheck: enabled: true +ratings: + paths: + - bin/** + - libexec/** + - "**.sh" +exclude_paths: +- test/**/*