Skip to content

Commit

Permalink
docs(rules): improve superfluous-gateway documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Jan 25, 2024
1 parent 5556ea2 commit 6ffc09b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/rules/superfluous-gateway.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Gateway One Source Target (superfluous-gateway)
# Redundant Gateway (superfluous-gateway)

A rule that checks, whether a gateway has only one source and target. Those gateways are superfluous since they don't do anything.
A rule that checks, whether a gateway has only one source and target. Those gateways are superfluous since they don't do anything.

Example of __incorrect__ usage for this rule:

Expand Down

0 comments on commit 6ffc09b

Please sign in to comment.