Skip to content

Commit

Permalink
Ignore Hacking Instructor during testing and code smell checks
Browse files Browse the repository at this point in the history
(to be turned on again once a test strategy is found)
  • Loading branch information
bkimminich committed Aug 30, 2020
1 parent 5ce9439 commit c313699
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .codeclimate.yml
Expand Up @@ -26,6 +26,6 @@ exclude_patterns:
- '**/*conf.js'
- 'Gruntfile.js'
- 'data/datacreator.js'
- 'frontend/src/hacking-instructor/'
- 'frontend/src/assets/private/'
- 'frontend/src/hacking-instructor/**/*.ts'
- 'frontend/src/assets/private/*.js'
- 'lib/logger.js'
5 changes: 4 additions & 1 deletion frontend/angular.json
Expand Up @@ -92,7 +92,10 @@
"assets": [
"src/assets"
],
"codeCoverage": true
"codeCoverage": true,
"codeCoverageExclude": [
"src/hacking-instructor/**/*.ts"
]
}
},
"lint": {
Expand Down

0 comments on commit c313699

Please sign in to comment.