ricohapi / theta-client

A library to control RICOH THETA
MIT License
15 stars 11 forks source link

Dev/1.7.0 #60

Closed osakila closed 8 months ago

osakila commented 8 months ago

v1.7.0

github-actions[bot] commented 8 months ago
4 Warnings
:warning: kotlin-multiplatform/src/commonMain/kotlin/com/ricoh360/thetaclient/ThetaRepository.kt#L6324 - The function get appears to be too complex based on Cyclomatic Complexity (complexity: 23). Defined complexity threshold for methods is set to '15'
:warning: kotlin-multiplatform/src/commonMain/kotlin/com/ricoh360/thetaclient/transferred/listFilesCommand.kt#L284 - Class and Object names should match the pattern: [A-Z][a-zA-Z0-9]*
:warning: react-native/android/src/main/java/com/ricoh360/thetaclientreactnative/Converter.kt#L786 - Function toOffDelay has 4 return statements which exceeds the limit of 3.
:warning: react-native/android/src/main/java/com/ricoh360/thetaclientreactnative/Converter.kt#L806 - Function toSleepDelay has 4 return statements which exceeds the limit of 3.

Generated by :no_entry_sign: Danger