Skip to content

Commit bc69d66

Browse files
authored
Merge pull request #44 from cake-contrib/bugfix/GH-43
(GH-43) corrected documentation
2 parents a5549e2 + a2f5c45 commit bc69d66

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed
File renamed without changes.

docs/input/rules/ccg0006.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Title: CCG0006
44
Description: Missing recommended configuraion-file
55
---
66

7-
> No reference to `.editorconfig` found. Usage of `.editorconfig` is strongly recommended.
7+
> No reference to `[fileName]` found. Usage of `[fileName]` is strongly recommended.
88
99
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
1010
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
@@ -23,12 +23,11 @@ This warning is raised, when a recommended configuration-file (i.e. `stylecop.js
2323

2424
## Description
2525

26-
Code-Formatting and layout should be properly configured. This is done using
27-
blah and blah.
26+
Code-Formatting and layout should be properly configured. This is done using `.editorconfig` and `stylecop.json`.
2827

2928
## How to fix violations
3029

31-
Add a balh and blah to the project.
30+
Add the required files to the project.
3231

3332
Example-Files can be found at:
3433

@@ -39,4 +38,4 @@ Example-Files can be found at:
3938

4039
## Related guidelines
4140

42-
* [Usage of Analysers](../guidelines/Analysers)
41+
* [Recommended References](../guidelines/RecommendedReferences)

0 commit comments

Comments
 (0)