Skip to content

Commit

Permalink
fix ameba specs
Browse files Browse the repository at this point in the history
  • Loading branch information
kickster97 committed Aug 14, 2024
1 parent a5a4073 commit f896c4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .ameba.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ Naming/BlockParameterName:
Lint/NotNil:
Description: Identifies usage of `not_nil!` calls
Excluded:
- src/lavinmq/client/amqp_connection.cr
- src/lavinmq/client/channel.cr
- src/lavinmq/client/client.cr
- src/lavinmq/amqp/connection_factory.cr
- src/lavinmq/amqp/channel.cr
- src/lavinmq/amqp/client.cr
- src/lavinmq/federation/link.cr
- src/lavinmq/http/controller/main.cr
- src/lavinmq/http/controller/exchanges.cr
Expand Down

0 comments on commit f896c4c

Please sign in to comment.