-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
XS✔ ◾ Migrated rule - Do you have consistent report name? (#7582)
* Migrated rule * Auto-fix Markdown files --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
74b7cda
commit 903f88a
Showing
4 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
type: rule | ||
archivedreason: | ||
title: Do you have consistent report name? | ||
guid: 6015bd4d-a36a-4a8a-bb23-373fccb8ced6 | ||
uri: consistent-report-name | ||
created: 2023-12-12T16: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--> | ||
|
||
A professional report should have consistent name. | ||
|
||
::: bad | ||
![Figure: Bad example - Inconsistent report name](ReportNameConsistency_bad.gif) | ||
::: | ||
|
||
::: good | ||
![Figure: Good example - Consistent report name](ReportNameConsistency_good.gif) | ||
::: |