We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83b4dff commit 3f29cfaCopy full SHA for 3f29cfa
.ameba.yml
@@ -0,0 +1,19 @@
1
+# This configuration file was generated by `ameba --gen-config`
2
+# on 2025-09-29 06:43:09 UTC using Ameba version 1.7.0-dev.
3
+# The point is for the user to remove these configuration records
4
+# one by one as the reported problems are removed from the code base.
5
+#
6
+# For more details on any individual rule, run `ameba --only RuleName`.
7
+
8
+Version: "1.7.0-dev"
9
10
+Style/HeredocIndent:
11
+ Excluded:
12
+ - bin/lucky.gen.action.cr
13
+ - src/lucky_vite/asset_helpers.cr
14
+ - src/lucky_vite/tags.cr
15
+ - tasks/cli.cr
16
17
+Style/MultilineCurlyBlock:
18
19
0 commit comments