issues Search Results · language:Dune language:JavaScript language:Python language:HTML language:JavaScript language:Java
Filter by
62.3M results
Задача
В src/services/analyzers/architecture_analyzer.py есть нарушение SIM102 (строка 402) и E741 (строки 95, 236).
Что нужно сделать
1. Объединить вложенные if (строка 402)
2. Переименовать переменную ...
code quality
good first issue
Задача
В src/services/analyzers/standards/misc.py переменная full_text присваивается, но не используется (строка 186).
Что нужно сделать
Удалить неиспользуемую переменную:
# Удалить строку:
# full_text ...
code quality
good first issue
Hello
I was just trying to do some basic analyze with this loader. I tried this OS/2 PM program
(https://hobbes.os-2.in/download/os2/util-12/filesearch/DataSeeker_1-18.zip).
I import the dataseek.exe ...
Задача
В src/services/analyzers/code_metrics.py переменная l используется в двух местах (строки 253 и 411).
Что нужно сделать
Переименовать l на line:
# Было:
for l in lines:
# Стало:
for line in lines: ...
code quality
good first issue
Задача
Метод ConfigParser.parse_configuration() не имеет отдельного unit-теста.
Что нужно сделать
Добавить тест в tests/test_metadata_extractor.py:
class TestConfigParser:
def test_parse_configuration_basic(self): ...
good first issue
testing
I have read check documentation: https://checkstyle.sourceforge.io/checks/naming/localfinalvariablename.html,
https://checkstyle.sourceforge.io/checks/naming/localvariablename.html I have downloaded the ...
Production URL health check failed.
URL: HTTP Status:
확인 항목:
- Vercel 배포 상태 확인
- 최근 커밋 확인
- 프런트엔드 빌드 로그 확인
frontend
health-check
monitoring
Задача
Метод DiffAnalyzer.format_report() не покрыт тестами.
Что нужно сделать
Добавить тест в tests/test_diff_analyzer.py:
class TestFormatReport:
def test_empty_diff_report(self):
analyzer ...
good first issue
testing
Задача
В src/services/analyzers/standards/queries.py есть 6 нарушений SIM102 (nested if).
Что нужно сделать
Объединить вложенные if в один:
# Было:
if condition1:
if condition2:
...
# Стало: ...
code quality
good first issue
Patient ID should no longer be displayed when selecting or referencing a patient. Numeric primary key IDs are not
user-friendly and appear unprofessional.
Replace Patient ID with Patient Name in dropdown ...

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.