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

XS✔ ◾ 🚚 Migrated rule - Do you avoid using word 'Report' in your reports? #7578

Merged
merged 2 commits into from
Dec 15, 2023
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ index:
- two-migration-options-to-show-acccess-reports-on-web
- print-and-display-report-on-web
- include-useful-footer
- avoid-using-word-report

---

Expand Down
Binary file added rules/avoid-using-word-report/BadWordinReport.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions rules/avoid-using-word-report/rule.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
type: rule
archivedreason:
title: Do you avoid using word 'Report' in your reports?
guid: 6364ce06-609b-424e-8121-6660b0ec0f68
uri: avoid-using-word-report
created: 2023-12-12T14:38:33.0000000Z
authors:
- title: Jeoffrey Fischer
url: https://ssw.com.au/people/jeoffrey-fischer
related:
- customization-do-you-know-which-version-of-sql-reporting-services-and-visual-studio-you-are-using
redirects: []

---

<!--endintro-->

We believe the word 'Report' is redundant in a report, so we avoid using this word in our reports.

::: bad
![Figure: Bad example - Redundant use of the word 'report' in a report](BadWordinReport.jpg)
:::

::: good
![Figure: Good example - Avoidance of the word 'report' in a report](NoBadWordinReport.jpg)
:::