Explorar o código

enable some more warnings now that autofix works pretty well.

ruduki2 %!s(int64=5) %!d(string=hai) anos
pai
achega
019c26a805
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      Rakefile

+ 2 - 2
Rakefile

@@ -259,11 +259,11 @@ task :lint do
       end
       # check for default text
       if line.strip == 'Double-click this passage to edit it.'
-        #puts "#{file.source_file}:#{lineno} has the default text \"Double-click this passage to edit it.\""
+        puts "#{file.source_file}:#{lineno} has the default text \"Double-click this passage to edit it.\""
       end
       # check for TODO/FIXME
       if line.include?('TODO') || line.include?('FIXME')
-        #puts "#{file.source_file}:#{lineno} has TODO/FIXME text: #{line}"
+        puts "#{file.source_file}:#{lineno} has TODO/FIXME text: #{line}"
       end
       # check for <<include>> as string
       if line.include?('<<include') && !line.include?('[[')