1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2025-01-03 10:25:00 +01:00

tweak code climate

This commit is contained in:
Matthias Kretschmann 2018-06-24 18:26:02 +02:00
parent 43cadc9bd4
commit c9369dfa09
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 6 additions and 2 deletions

View File

@ -1,2 +1,5 @@
exclude_patterns:
- src/lib/vcf/
version: "2"
checks:
method-lines:
config:
threshold: 50 # Gatsby's StaticQuery makes render functions pretty long

View File

@ -15,6 +15,7 @@ body {
html {
font-size: $font-size-root;
background: $body-background-color;
}
body {