Career hub filter industry #120
reviewdog ["detekt"] report
reported by reviewdog 🐶
Findings (0)
Filtered Findings (18)
app/src/main/java/ru/practicum/android/diploma/ui/fragments/FilterFragment.kt|61 col 18| The function onViewCreated is too long (67). The maximum length is 40.
app/src/main/java/ru/practicum/android/diploma/ui/fragments/FilterFragment.kt|38 col 7| Class FilterFragment is too large. Consider splitting it into smaller pieces.
app/src/main/java/ru/practicum/android/diploma/ui/fragments/SearchFragment.kt|54 col 18| The function onViewCreated is too long (106). The maximum length is 40.
app/src/main/java/ru/practicum/android/diploma/ui/fragments/SearchFragment.kt|54 col 18| The function onViewCreated appears to be too complex based on Cyclomatic Complexity (complexity: 18). Defined complexity threshold for methods is set to '10'
app/src/main/java/ru/practicum/android/diploma/ui/fragments/SearchFragment.kt|54 col 18| The function onViewCreated appears to be too complex based on Cognitive Complexity (complexity: 22). Defined complexity threshold for methods is set to '15'
app/src/main/java/ru/practicum/android/diploma/ui/fragments/VacancyFragment.kt|40 col 18| The function onViewCreated is too long (50). The maximum length is 40.
app/src/main/java/ru/practicum/android/diploma/ui/fragments/VacancyFragment.kt|40 col 18| The function onViewCreated appears to be too complex based on Cyclomatic Complexity (complexity: 11). Defined complexity threshold for methods is set to '10'
app/src/main/java/ru/practicum/android/diploma/ui/fragments/FilterPlaceOfWorkFragment.kt|60 col 18| The function onViewCreated is too long (85). The maximum length is 40.
app/src/main/java/ru/practicum/android/diploma/ui/fragments/FilterPlaceOfWorkFragment.kt|32 col 7| Class FilterPlaceOfWorkFragment is too large. Consider splitting it into smaller pieces.
app/src/main/java/ru/practicum/android/diploma/ui/fragments/FilterPlaceOfWorkFragment.kt|60 col 18| The function onViewCreated appears to be too complex based on Cyclomatic Complexity (complexity: 13). Defined complexity threshold for methods is set to '10'
app/src/main/java/ru/practicum/android/diploma/ui/fragments/FilterPlaceOfWorkFragment.kt|60 col 18| The function onViewCreated appears to be too complex based on Cognitive Complexity (complexity: 19). Defined complexity threshold for methods is set to '15'
app/src/main/java/ru/practicum/android/diploma/ui/fragments/FilterPlaceOfWorkFragment.kt|51 col 1| Needless blank line(s)
app/src/main/java/ru/practicum/android/diploma/ui/fragments/FilterRegionFragment.kt|49 col 18| The function onViewCreated is too long (46). The maximum length is 40.
app/src/main/java/ru/practicum/android/diploma/presentation/viewmodels/FilterViewModel.kt|3 col 1| Imports must be ordered according to the pattern specified in .editorconfig
app/src/main/java/ru/practicum/android/diploma/presentation/viewmodels/FilterIndustryViewModel.kt|90 col 1| Needless blank line(s)
app/src/main/java/ru/practicum/android/diploma/data/dto/Converters.kt|3 col 1| Imports must be ordered according to the pattern specified in .editorconfig
app/src/main/java/ru/practicum/android/diploma/data/network/RetrofitNetworkClient.kt|3 col 1| Imports must be ordered according to the pattern specified in .editorconfig
app/src/main/java/ru/practicum/android/diploma/data/db/AppDatabase.kt|3 col 1| Imports must be ordered according to the pattern specified in .editorconfig