We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bb929e commit 739d290Copy full SHA for 739d290
.ameba.yml
@@ -4,6 +4,9 @@ Excluded:
4
Lint/NotNil:
5
Enabled: false
6
7
+Lint/UselessAssign:
8
+ ExcludeTypeDeclarations: true
9
+
10
Lint/Formatting:
11
Excluded:
12
- src/lib/**/*
0 commit comments