From 1287c9263568f1f45efb4ba54b30e59fcc65b487 Mon Sep 17 00:00:00 2001
From: "Anders H. Rebner" <anderhre@stud.ntnu.no>
Date: Fri, 13 Mar 2020 11:29:25 +0100
Subject: [PATCH] La til db som tillatt variabelnavn

---
 scripts/.pylintrc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/scripts/.pylintrc b/scripts/.pylintrc
index 6262e5d..c3ebd2a 100644
--- a/scripts/.pylintrc
+++ b/scripts/.pylintrc
@@ -415,7 +415,8 @@ good-names=app,
            f,
            _,
            x,
-           y
+           y,
+           db
 
 # Include a hint for the correct naming format with invalid-name.
 include-naming-hint=no
-- 
GitLab