Commit Graph

13 Commits

Author SHA1 Message Date
Benoit Marty 31a7563de5 Make check code quality ok 2020-06-29 10:16:54 +02:00
Benoit Marty bbf0b1e3ba Add a way to ensure we have `@JsonClass(generateAdapter = false)` for `enum class`.
This is not ideal, but this will save us in the future.
2020-06-28 22:06:03 +02:00
Benoit Marty 3dc2cd4d7a Disable one code check 2020-06-03 18:54:03 +02:00
Benoit Marty 15bd7d1c5b Change the regex to detect long lines to allow schema with UTF-8 chars 2020-04-16 14:35:23 +02:00
Benoit Marty 08e4b4473c Disable manual rules now checked by ktlint 2020-02-25 09:57:12 +01:00
Ganard f454078c6b Clean code 2020-02-03 16:14:36 +01:00
Benoit Marty 1de02c2fbb Ensure android.text.TextUtils will never be used again 2019-10-22 17:41:59 +02:00
Benoit Marty f02f16d9c5 Use IEC units instead of SI units for file sizes 2019-09-26 10:41:52 +02:00
Benoit Marty aa743d8469 Ensure we do not cancel Work from other lib or SDK client 2019-07-09 18:04:19 +02:00
Benoit Marty d92c090c30 Code quality: HashMap / HashSet 2019-07-09 15:40:49 +02:00
Benoit Marty ac5b0af63e Code quality: remove rule for map() 2019-07-09 15:37:20 +02:00
Benoit Marty d08778c674 Code quality: equalTo 2019-07-09 15:33:31 +02:00
Benoit Marty a199eaa171 Setup various tools 2019-03-13 17:00:30 +01:00