major ui cleanup - phase 1 #672
71 new alerts
New alerts in code changed by this pull request
- 71 warnings
See annotations below for details.
Annotations
Check warning on line 210 in app/src/main/java/net/opendasharchive/openarchive/db/Space.kt
Code scanning / detekt
Reports mis-indented code Warning
Check warning on line 215 in app/src/main/java/net/opendasharchive/openarchive/db/Space.kt
Code scanning / detekt
Reports mis-indented code Warning
Check warning on line 220 in app/src/main/java/net/opendasharchive/openarchive/db/Space.kt
Code scanning / detekt
Reports mis-indented code Warning
Check warning on line 222 in app/src/main/java/net/opendasharchive/openarchive/db/Space.kt
Code scanning / detekt
Reports mis-indented code Warning
Code scanning / detekt
Detects missing final newlines Warning
Code scanning / detekt
Checks whether files end with a line separator. Warning
Code scanning / detekt
Library classes should not be public. Warning
Code scanning / detekt
Detects missing final newlines Warning
Code scanning / detekt
Library classes should not be public. Warning
Code scanning / detekt
Reports spaces around colons Warning
Code scanning / detekt
Reports methods that have an empty first line. Warning
Code scanning / detekt
Detects blank lines before rbraces Warning
Code scanning / detekt
Checks whether files end with a line separator. Warning
Code scanning / detekt
Detects unused imports Warning
Code scanning / detekt
Function names should follow the naming convention set in the configuration. Warning
Code scanning / detekt
Lambda parameters in a @Composable that are referenced directly inside of restarting effects can cause issues or unpredictable behavior. If restarting the effect is ok, you can add the reference to this parameter as a key in that effect, so when the parameter changes, a new effect is created. However, if the effect is not to be restarted, you will need to use `rememberUpdatedState` on the parameter and use its result in the effect. See https://mrmans0n.github.io/compose-rules/rules/#be-mindful-of-the-arguments-you-use-inside-of-a-restarting-effect for more information. Warning
Code scanning / detekt
Checks if comments have the right spacing Warning
Code scanning / detekt
Detects missing final newlines Warning
Code scanning / detekt
Library classes should not be public. Warning
Code scanning / detekt
Reports spaces around colons Warning
Code scanning / detekt
Reports consecutive blank lines Warning
Code scanning / detekt
Reports methods that have an empty first line. Warning
Code scanning / detekt
Reports lines with exceeded length Warning
Code scanning / detekt
Checks whether files end with a line separator. Warning
Code scanning / detekt
Detects unused imports Warning