Fix false positive from code quality analysis
This commit is contained in:
parent
8ac3af327b
commit
f4c4e84ffe
|
@ -151,7 +151,7 @@ android\.app\.AlertDialog
|
||||||
new Gson\(\)
|
new Gson\(\)
|
||||||
|
|
||||||
### Use matrixOneTimeWorkRequestBuilder
|
### Use matrixOneTimeWorkRequestBuilder
|
||||||
import androidx.work.OneTimeWorkRequestBuilder===1
|
import androidx.work.OneTimeWorkRequestBuilder===2
|
||||||
|
|
||||||
### Use TextUtils.formatFileSize
|
### Use TextUtils.formatFileSize
|
||||||
Formatter\.formatFileSize===1
|
Formatter\.formatFileSize===1
|
||||||
|
@ -164,7 +164,7 @@ Formatter\.formatShortFileSize===1
|
||||||
# android\.text\.TextUtils
|
# android\.text\.TextUtils
|
||||||
|
|
||||||
### This is not a rule, but a warning: the number of "enum class" has changed. For Json classes, it is mandatory that they have `@JsonClass(generateAdapter = false)`. If it is ok, change the value in file forbidden_strings_in_code.txt
|
### This is not a rule, but a warning: the number of "enum class" has changed. For Json classes, it is mandatory that they have `@JsonClass(generateAdapter = false)`. If it is ok, change the value in file forbidden_strings_in_code.txt
|
||||||
enum class===77
|
enum class===78
|
||||||
|
|
||||||
### Do not import temporary legacy classes
|
### Do not import temporary legacy classes
|
||||||
import org.matrix.android.sdk.internal.legacy.riot===3
|
import org.matrix.android.sdk.internal.legacy.riot===3
|
||||||
|
|
Loading…
Reference in New Issue