From c9369dfa09529f49410a998de0f86c5371239ead Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Sun, 24 Jun 2018 18:26:02 +0200 Subject: [PATCH] tweak code climate --- .codeclimate.yml | 7 +++++-- src/styles/base.scss | 1 + 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index 012e0aa..a2aa747 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -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 diff --git a/src/styles/base.scss b/src/styles/base.scss index 7798d2e..54ae7f0 100644 --- a/src/styles/base.scss +++ b/src/styles/base.scss @@ -15,6 +15,7 @@ body { html { font-size: $font-size-root; + background: $body-background-color; } body {