Ryan VanderMeulen
fcd5d5c6ae
Bug 1820233 - Remove unneeded kotlin_stdlib inclusions and re-enable Werror in detekt build.gradle
2023-03-07 00:12:18 +00:00
Gabriel Luong
9afbd1bc46
[fenix] Bug 1804820 - Refactor Deps to FenixDependencies
2022-12-14 00:21:55 +00:00
Michael Comella
e0ee4f6d40
[fenix] For https://github.com/mozilla-mobile/fenix/issues/15279 : add MozillaUseLazyMonitored custom detekt rule.
2020-11-05 07:48:17 -08:00
Michael Comella
5ed416405e
[fenix] For https://github.com/mozilla-mobile/fenix/issues/15707 : correctly configure JUnit for mozilla-detekt-rules.
...
Without this, the tests would not run from the command line though they
could run in Android Studio.
2020-10-30 18:23:35 -07:00
Michael Comella
3f31e4cc1b
[fenix] For https://github.com/mozilla-mobile/fenix/issues/15707 : clean up lint rules dependencies.
...
For mozilla-detekt-rules, the tests didn't compile at all so apparently
they haven't been running in testing.
mozilla-lint-rules worked but they were not clean.
2020-10-30 18:23:35 -07:00
Michael Comella
aba1c4cb5a
[fenix] No issue: remove assertJ.
...
It was only used for 3 checks so it's not worth having a dependency on
it.
2020-04-02 07:57:19 -07:00
Will Hawkins
78e86d8f2b
[fenix] No Issue: Add custom detekt rule to blacklist certain properties
...
Add a custom detekt rule to blacklist certain properties. This is
immediately useful for making sure that developers do not configure
runtime behavior using the `BuildConfig.DEBUG` property but it is
useful in a wider context.
2020-01-17 15:46:32 -08:00