1
0
mirror of https://github.com/adtools/clib2.git synced 2025-12-08 14:59:05 +00:00

added missing .codeclimate.yml and .travis.yml

This commit is contained in:
Jens Maus
2016-11-22 10:52:01 +01:00
parent 2df2393b81
commit 525e193113
2 changed files with 50 additions and 0 deletions

14
.codeclimate.yml Normal file
View File

@ -0,0 +1,14 @@
---
engines:
duplication:
enabled: false
fixme:
enabled: true
markdownlint:
enabled: true
ratings:
paths:
- "**.c"
- "**.h"
- "**.l"
- "**.md"