Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Improved the code to be excluded in codeclimate. #333

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
engines:
rubocop:
enabled: true
golint:
enabled: treu
eslint:
enabled: true
csslint:
enabled: true
ratings:
paths:
-app/**
-lib/**
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like you copied these directories from an example. We have no lib directory, app directory, or .go files. We also don't want to rate the Ruby files in this repo.

-"**.rb"
-"**.go"
exclude_paths:
-specs/**/*
-vendor/**/*
-ZeroBin/**/*
-*/test
-test/**/*