Add German translations for PyLint adapter with basic spec

This commit is contained in:
Sebastian Serth
2020-11-08 01:04:39 +01:00
parent d089fd91b7
commit 5fdfb12e62
6 changed files with 283 additions and 1 deletions

View File

@ -27,5 +27,9 @@ class Assessor
end
end
def translate_linter(result)
@testing_framework_adapter.translate_linter(result)
end
class Error < RuntimeError; end
end