Skip to content

Commit 364afcd

Browse files
committed
disable credo rule
1 parent 3c46670 commit 364afcd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

services/app/apps/codebattle/lib/codebattle/user/points_and_rank_update.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
defmodule Codebattle.User.PointsAndRankUpdate do
2+
# credo:disable-for-this-file Credo.Check.Refactor.CyclomaticComplexity
23
@moduledoc """
34
Module for recalculation and update in db users graded tournaments points and ranking for all users.
45

services/app/apps/codebattle/test/codebattle/user/points_and_rank_update_test.exs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
defmodule Codebattle.User.PointsAndRankUpdateTest do
2+
# credo:disable-for-this-file Credo.Check.Refactor.CyclomaticComplexity
23
use Codebattle.DataCase, async: false
34

45
alias Codebattle.Repo

0 commit comments

Comments
 (0)