Skip to content

Commit 3f29cfa

Browse files
committed
style: ignore heredoc indentation
1 parent 83b4dff commit 3f29cfa

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.ameba.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
Excluded:
19+
- tasks/cli.cr

0 commit comments

Comments
 (0)