From 786f61441525ab24545650d63af85db735b833a3 Mon Sep 17 00:00:00 2001
From: "Anders H. Rebner" <anderhre@stud.ntnu.no>
Date: Fri, 28 Feb 2020 14:43:29 +0100
Subject: [PATCH] La til x og y som godkjente variabelnavn

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

diff --git a/scripts/.pylintrc b/scripts/.pylintrc
index bfe2347..6cf7fa1 100644
--- a/scripts/.pylintrc
+++ b/scripts/.pylintrc
@@ -410,7 +410,9 @@ good-names=app,
            k,
            ex,
            Run,
-           _
+           _,
+           x,
+           y
 
 # Include a hint for the correct naming format with invalid-name.
 include-naming-hint=no
-- 
GitLab