Skip to content

Commit 1863ce5

Browse files
committed
solve: year 2024 day 2 in ruby
1 parent 68797d6 commit 1863ce5

File tree

5 files changed

+1054
-1
lines changed

5 files changed

+1054
-1
lines changed

.rubocop.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,7 @@ Metrics/MethodLength:
2626
Max: 20
2727

2828
Metrics/AbcSize:
29-
Max: 25
29+
Max: 30
30+
31+
Style/FrozenStringLiteralComment:
32+
Enabled: false

0 commit comments

Comments
 (0)