Skip to content

Instantly share code, notes, and snippets.

@chinshr
Created November 9, 2015 19:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chinshr/100274c9b06936e2752e to your computer and use it in GitHub Desktop.
Save chinshr/100274c9b06936e2752e to your computer and use it in GitHub Desktop.
Codecomplexity CC yaml
languages:
Ruby: true
exclude_paths:
- "app/models/video_migration.rb" # is what was intended to be ignored with the previous lib/*_migration.rb ?
- "app/smart/**/*.rb"
- "app/utviz/**/*.rb"
- "config/application.rb" #this didnt seem to be ignored by the following line.
- "config/**/*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment