Skip to content

Commit 911a159

Browse files
committed
feat: update dependencies & add ameba build target
1 parent 5e462f8 commit 911a159

File tree

2 files changed

+26
-6
lines changed

2 files changed

+26
-6
lines changed

shard.lock

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
version: 2.0
22
shards:
3+
ameba:
4+
git: https://github.com/crystal-ameba/ameba.git
5+
version: 1.6.4
6+
37
cling:
48
git: https://github.com/devnote-dev/cling.git
5-
version: 3.0.0+git.commit.3cd8b0baebb4b887b48a374f7e3f0887699fa4e5
9+
version: 3.1.0+git.commit.e23db4aa04ce4727a1e3f699088c114a1930c3e7
610

711
crystal-lua:
812
git: https://github.com/devnote-dev/crystal-lua.git
@@ -18,7 +22,11 @@ shards:
1822

1923
shards:
2024
git: https://github.com/crystal-lang/shards.git
21-
version: 0.19.1
25+
version: 0.20.0
26+
27+
strict-yaml:
28+
git: https://github.com/devnote-dev/strict-yaml.git
29+
version: 0.1.0+git.commit.e209aaed4b49f3b935556ae7f11f0147fb0b5787
2230

2331
trigram:
2432
git: https://github.com/devnote-dev/trigram.git

shard.yml

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,27 +13,39 @@ dependencies:
1313
github: devnote-dev/cling
1414
branch: main
1515

16-
license:
17-
github: devnote-dev/license
18-
branch: main
19-
2016
crystal-lua:
2117
github: devnote-dev/crystal-lua
2218
branch: main
2319

20+
license:
21+
github: devnote-dev/license
22+
branch: main
23+
2424
shards:
2525
github: crystal-lang/shards
2626

27+
strict-yaml:
28+
github: devnote-dev/strict-yaml
29+
branch: main
30+
2731
trigram:
2832
github: devnote-dev/trigram
2933

34+
development_dependencies:
35+
ameba:
36+
github: crystal-ameba/ameba
37+
3038
scripts:
3139
clean@linux: rm bin/geode
3240
clean@windows: del bin\geode.exe bin\geode.pdb
3341
lint: |
3442
ameba --all --except Lint/Documentation,Metrics/CyclomaticComplexity
3543
3644
targets:
45+
ameba:
46+
main: bin/ameba.cr
47+
flags: -Dpreview_mt
48+
3749
geode:
3850
main: src/main.cr
3951
flags: --progress

0 commit comments

Comments
 (0)