File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9696 rubocop-ast (>= 1.30.0 , < 2.0 )
9797 ruby-progressbar (~> 1.7 )
9898 unicode-display_width (>= 2.4.0 , < 3.0 )
99- rubocop-ast (1.41 .0 )
99+ rubocop-ast (1.42 .0 )
100100 parser (>= 3.3.7.2 )
101101 rubocop-minitest (0.34.5 )
102102 rubocop (>= 1.39 , < 2.0 )
Original file line number Diff line number Diff line change 44version = 1
55[[annotations ]]
66path = [
7- " test_assets/puzzles/**" ,
8- " .overcommit.yml" ,
9- " **.woff" ,
107 " **.ico" ,
118 " **.jpg" ,
129 " **.json" ,
1310 " **.md" ,
1411 " **.pdf" ,
1512 " **.png" ,
1613 " **.txt" ,
14+ " **.woff" ,
1715 " **/*.csv" ,
1816 " **/*.jpg" ,
1917 " **/*.json" ,
@@ -32,11 +30,13 @@ path = [
3230 " .DS_Store" ,
3331 " .gitattributes" ,
3432 " .gitignore" ,
33+ " .overcommit.yml" ,
3534 " .pdd" ,
3635 " CITATION.cff" ,
3736 " Gemfile.lock" ,
3837 " README.md" ,
3938 " renovate.json" ,
39+ " test_assets/puzzles/**" ,
4040]
4141precedence = " override"
4242SPDX-FileCopyrightText = " Copyright (c) 2025 Yegor Bugayenko"
You can’t perform that action at this time.
0 commit comments