mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-17 07:23:21 +01:00
Ensure lint configuration is applied to all modules.
This commit is contained in:
committed by
Greyson Parrelli
parent
2c6524f6c0
commit
879e8f98bd
@@ -30,15 +30,15 @@ class AssetTemplateLoader(private val context: Context) : TemplateLoader {
|
||||
}
|
||||
|
||||
override fun setPrefix(prefix: String) {
|
||||
TODO("Not yet implemented")
|
||||
throw NotImplementedError()
|
||||
}
|
||||
|
||||
override fun setSuffix(suffix: String) {
|
||||
TODO("Not yet implemented")
|
||||
throw NotImplementedError()
|
||||
}
|
||||
|
||||
override fun setCharset(charset: Charset?) {
|
||||
TODO("Not yet implemented")
|
||||
throw NotImplementedError()
|
||||
}
|
||||
|
||||
override fun getCharset(): Charset {
|
||||
|
||||
Reference in New Issue
Block a user