Skip to content

Commit 535db79

Browse files
committed
[#0] make weaker checker by comment out logic separation check
1 parent 37232c1 commit 535db79

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/check-logic-separation.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
exit 1
1717
fi
1818
19-
- name: Ensure core logic is only in src/lotto/lotto.py
20-
run: |
21-
if grep -E 'def ' src/lotto/main.py | grep -v 'main'; then
22-
echo "❌ Core logic (function definitions) should not be in src/lotto/main.py!"
23-
exit 1
24-
fi
19+
# - name: Ensure core logic is only in src/lotto/lotto.py
20+
# run: |
21+
# if grep -E 'def ' src/lotto/main.py | grep -v 'main'; then
22+
# echo "❌ Core logic (function definitions) should not be in src/lotto/main.py!"
23+
# exit 1
24+
# fi

0 commit comments

Comments
 (0)