From 902e1e46da488950f0af8fb03f37d3a6c32452ee Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Sun, 8 Nov 2020 15:15:00 +0100 Subject: [PATCH] Allow linter for exercises 3.1.X in Python course --- lib/python20_course_week.rb | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lib/python20_course_week.rb b/lib/python20_course_week.rb index 420c40b9..11afd4a1 100644 --- a/lib/python20_course_week.rb +++ b/lib/python20_course_week.rb @@ -8,7 +8,13 @@ class Python20CourseWeek 1 when /Python20 Aufgabe 2/ 2 - when /Python20 Aufgabe 3/ + when /Python20 Aufgabe 3.1/ + nil # Explicitly enable everything (linter + tips if available)! + when /Python20 Aufgabe 3.2/ + 3 + when /Python20 Aufgabe 3.3/ + 3 + when /Python20 Aufgabe 3.4/ 3 when /Python20 Aufgabe 4/ 4