Commit 38483ba7e3809bd59e23e2f2bdffaecd64babab0
1 parent
fbc1fc2a
Exists in
gov_user_refactory
Better configuration on codeclimate.yml
Signed-off-by: Fabio Teixeira <fabio1079@gmail.com>
Showing
1 changed file
with
6 additions
and
3 deletions
Show diff stats
codeclimate.yml
| @@ -35,9 +35,11 @@ engines: | @@ -35,9 +35,11 @@ engines: | ||
| 35 | 35 | ||
| 36 | # Note: If the ratings key is not specified, this will result in a 0.0 GPA on your dashboard. | 36 | # Note: If the ratings key is not specified, this will result in a 0.0 GPA on your dashboard. |
| 37 | 37 | ||
| 38 | -# ratings: | ||
| 39 | -# paths: | ||
| 40 | -# - app/** | 38 | +ratings: |
| 39 | + paths: | ||
| 40 | + - **.rb | ||
| 41 | + - **.js | ||
| 42 | + - **.css | ||
| 41 | # - lib/** | 43 | # - lib/** |
| 42 | # - "**.rb" | 44 | # - "**.rb" |
| 43 | # - "**.go" | 45 | # - "**.go" |
| @@ -47,5 +49,6 @@ engines: | @@ -47,5 +49,6 @@ engines: | ||
| 47 | 49 | ||
| 48 | exclude_paths: | 50 | exclude_paths: |
| 49 | - public/vendor/* | 51 | - public/vendor/* |
| 52 | + - features/**/* | ||
| 50 | #- spec/**/* | 53 | #- spec/**/* |
| 51 | #- vendor/**/* | 54 | #- vendor/**/* |