We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec2714b commit 55a9fb8Copy full SHA for 55a9fb8
bin/ameba.cr
@@ -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
@@ -6,7 +6,7 @@ shards:
ameba:
8
github: veelenga/ameba
9
- commit: 94e1d4567aec6d5101bcf11b11f107ec1da66e8d
+ commit: 8843235f5faeeb97b2a834a60825e05ca5798e86
10
11
db:
12
github: crystal-lang/crystal-db
0 commit comments