From 670fe4718c4c45316de5d88f42c5fce774432611 Mon Sep 17 00:00:00 2001 From: Lev Chelyadinov Date: Wed, 12 Jun 2024 11:20:00 +0200 Subject: [PATCH] Fix code formatting --- README.md | 2 +- packages/steiger/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 414403e..bc8a2a2 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Currently, Steiger is not configurable, though that will change in the near futu public-api Require slices (and segments on sliceless layers like Shared) to have a public API definition. repetitive-naming Ensure that all entities are named consistently in terms of pluralization. segments-by-purpose Discourage the use of segment names that group code by its essence, and instead encourage grouping by purpose - shared-lib-grouping Forbid having too many ungrouped modules in `shared/lib`. + shared-lib-grouping Forbid having too many ungrouped modules in shared/lib. diff --git a/packages/steiger/README.md b/packages/steiger/README.md index 414403e..bc8a2a2 100644 --- a/packages/steiger/README.md +++ b/packages/steiger/README.md @@ -67,7 +67,7 @@ Currently, Steiger is not configurable, though that will change in the near futu public-api Require slices (and segments on sliceless layers like Shared) to have a public API definition. repetitive-naming Ensure that all entities are named consistently in terms of pluralization. segments-by-purpose Discourage the use of segment names that group code by its essence, and instead encourage grouping by purpose - shared-lib-grouping Forbid having too many ungrouped modules in `shared/lib`. + shared-lib-grouping Forbid having too many ungrouped modules in shared/lib.