Add German translations for PyLint adapter with basic spec
This commit is contained in:
@ -27,5 +27,9 @@ class Assessor
|
||||
end
|
||||
end
|
||||
|
||||
def translate_linter(result)
|
||||
@testing_framework_adapter.translate_linter(result)
|
||||
end
|
||||
|
||||
class Error < RuntimeError; end
|
||||
end
|
||||
|
Reference in New Issue
Block a user