Skip to content

Commit 55a9fb8

Browse files
committed
Migrate to latest version of ameba
1 parent ec2714b commit 55a9fb8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

bin/ameba.cr

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Require ameba cli which starts the inspection.
2+
require "ameba/cli"
3+
4+
# Require ameba extensions here which are added as project dependencies.
5+
# Example:
6+
#
7+
# require "ameba-performance"

shard.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ shards:
66

77
ameba:
88
github: veelenga/ameba
9-
commit: 94e1d4567aec6d5101bcf11b11f107ec1da66e8d
9+
commit: 8843235f5faeeb97b2a834a60825e05ca5798e86
1010

1111
db:
1212
github: crystal-lang/crystal-db

0 commit comments

Comments
 (0)