Prevent logging unknown PyLint messages
This commit is contained in:
@ -102,7 +102,7 @@ class PyLintAdapter < TestingFrameworkAdapter
|
|||||||
false
|
false
|
||||||
else
|
else
|
||||||
# Read config key
|
# Read config key
|
||||||
I18n.t(keys.append('log_missing').join('.'), default: true)
|
I18n.t(keys.append('log_missing').join('.'), default: false)
|
||||||
end
|
end
|
||||||
Raven.capture_message({key: key, default: default}.to_json) if translation == default && log_missing
|
Raven.capture_message({key: key, default: default}.to_json) if translation == default && log_missing
|
||||||
translation
|
translation
|
||||||
|
Reference in New Issue
Block a user