Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Career hub filter industry #120

Merged
merged 15 commits into from
Aug 20, 2024

search fix4

d339196
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Career hub filter industry #120

search fix4
d339196
Select commit
Loading
Failed to load commit list.
GitHub Actions / "detekt" succeeded Aug 20, 2024 in 0s

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