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

HW4 is completed #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

HW4 is completed #1

wants to merge 1 commit into from

Conversation

pogpp
Copy link
Owner

@pogpp pogpp commented Jul 5, 2024

Домашнее задание №4 «LRU-кэш»

Чек-лист студента (Что это?)

Критерии оценки

  • Пайплайн зелёный - 4 балла
  • Добавлены новые юнит-тесты для списка - 1 балл
  • Добавлены новые юнит-тесты для кэша (включая тест на логику
    выталкивания из кэша редко используемых элементов) - до 3 баллов
  • Понятность и чистота кода - до 2 баллов

Зачёт от 7 баллов

@pogpp pogpp force-pushed the hw04_lru_cache branch from 1d17c2f to 94f69a9 Compare July 5, 2024 19:13
Signed-off-by: Pavel Pogodaev <[email protected]>
@pogpp pogpp force-pushed the hw04_lru_cache branch from 94f69a9 to bd4f79a Compare July 6, 2024 08:17
@@ -22,7 +22,7 @@ linters:
disable-all: true
enable:
- asciicheck
- depguard
# - depguard
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

линтеры лучше целиком не дизейблить.
Либо

rules:
  Main:
    files:
      - $all
      - "!$test"
    allow:
      - $gostd
  Test:
    files:
      - $test
    allow:
      - $gostd
      - github.com/stretchr/testify

либо мьют конкретных строк предпочтительнее:
//nolint:depguard

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants