getsentry / getsentry/sentry-java
Add custom lint checks
Đang mở
Android
Improvement
repository maintenance
- Ngôn ngữ chính
- Kotlin
- Star
- 1.4k
- Fork
- 478
- Merge trung bình
- 2 ngày 23 giờ
- Pull request đã merge (30 ngày)
- 67
Mô tả
### Description
From the top of my head we could automatically detect the following potential problem that we point out in the PRs all the time:
* Using `withScope` instead of `configureScope`
* Adding `final` keywords everywhere (parameters, properties, etc.)
* Adding @Nullable/@NonNull annotation everywhere (parameters, properties, etc.)
* Catching `Throwable` instead of `Exception`, see #1806
There's probably more, so keep updating this issue when you got something in mind.
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.