Created
November 9, 2015 19:11
-
-
Save chinshr/100274c9b06936e2752e to your computer and use it in GitHub Desktop.
Codecomplexity CC yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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