Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updateRule/format-new-lines #7823

Merged
merged 3 commits into from
Jan 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions rules/format-new-lines/rule.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,32 @@ https://youtu.be/dfE_Y8fy_wo?si=NEcQLAPafAWKa7m5
Figure: Good Example - The URL being on a fresh line makes it much easier to read.
:::

This is also recommended when sending PBIs for better readability.

::: greybox
Hey Adam,

I have 2 PBIs on my next to-do in the coming sprint: Product Backlog Item 88994: ⚡Performance | Create a new App Service plan and Product Backlog Item 88823: 🚗 Azure | Create a new App Service Plan in West US for SL production resource group.
I will do the IoC after.

:::
::: bad
Figure: Bad Example - No new lines for PBIs.
:::

::: greybox
Hey Adam,

I have 2 PBIs in this Sprint:
- PBI 88994: ⚡Performance | Create a new App Service plan
- PBI 88823: 🚗 Azure | Create a new App Service Plan in West US for SL production resource group.
I will do the IoC after.

:::
::: good
Figure: Good Example - PBIs on a new line.
:::

<!-- TODO: Add CodeAuditor box -->
::: info
This rule is enforced by CodeAuditor. https://codeauditor.com/rules
Expand Down
Loading