Skip to content

Commit e2b29e3

Browse files
committed
fix: MD030/list-marker-space
Remove space after marker for list marker in indented blockquote Find: `^(\s*)>(\s*)\- ` Replace: `$1>$2- ` Filter: *.md
1 parent e7e62b9 commit e2b29e3

4 files changed

+8
-8
lines changed

docs/debugger/using-the-intellitrace-stand-alone-collector.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,11 +165,11 @@ The **IntelliTrace stand-alone collector** lets you collect IntelliTrace diagnos
165165

166166
> [!NOTE]
167167
> - To avoid slowing down your app, choose a location on a local high-speed disk that's not very active.
168-
> - You can put .iTrace files and the collector files in the same place. However, if you have a Web app or SharePoint application, make sure this place is outside the directory that hosts the application.
168+
> - You can put .iTrace files and the collector files in the same place. However, if you have a Web app or SharePoint application, make sure this place is outside the directory that hosts the application.
169169
>
170170
> [!IMPORTANT]
171171
> - Restrict the .iTrace file directory only to those identities that must work with the collector. An .iTrace file might contain sensitive information, such as data from users, databases, other source locations, and connection strings because IntelliTrace can record any data that passes into method parameters or as return values.
172-
> - Make sure those who can open .iTrace files have the authority to view sensitive data. Use caution when sharing .iTrace files. If other people must have access, copy the files to a secure shared location.
172+
> - Make sure those who can open .iTrace files have the authority to view sensitive data. Use caution when sharing .iTrace files. If other people must have access, copy the files to a secure shared location.
173173
174174
2. For a Web app or SharePoint application, give its application pool full permissions to the .iTrace file directory. You can use the Windows **icacls** command or use Windows Explorer (or File Explorer).
175175

docs/vs-2015/debugger/using-the-intellitrace-stand-alone-collector.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,11 +166,11 @@ The **IntelliTrace stand-alone collector** lets you collect IntelliTrace diagnos
166166

167167
> [!NOTE]
168168
> - To avoid slowing down your app, choose a location on a local high-speed disk that’s not very active.
169-
> - You can put .iTrace files and the collector files in the same place. However, if you have a Web app or SharePoint application, make sure this place is outside the directory that hosts the application.
169+
> - You can put .iTrace files and the collector files in the same place. However, if you have a Web app or SharePoint application, make sure this place is outside the directory that hosts the application.
170170
>
171171
> [!IMPORTANT]
172172
> - Restrict the .iTrace file directory only to those identities that must work with the collector. An .iTrace file might contain sensitive information, such as data from users, databases, other source locations, and connection strings because IntelliTrace can record any data that passes into method parameters or as return values.
173-
> - Make sure those who can open .iTrace files have the authority to view sensitive data. Use caution when sharing .iTrace files. If other people must have access, copy the files to a secure shared location.
173+
> - Make sure those who can open .iTrace files have the authority to view sensitive data. Use caution when sharing .iTrace files. If other people must have access, copy the files to a secure shared location.
174174
175175
2. For a Web app or SharePoint application, give its application pool full permissions to the .iTrace file directory. You can use the Windows **icacls** command or use Windows Explorer (or File Explorer).
176176

docs/vs-2015/ide/how-to-view-existing-types-class-designer.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ To see an existing type and its members, add its shape to a class diagram.
3535
> If your solution has a project that shares code across multiple apps, you can drag files or code to a class diagram only from these sources:
3636
>
3737
> - The app project that contains the diagram
38-
> - A shared project that was imported by the app project
39-
> - A referenced project
40-
> - An assembly
38+
> - A shared project that was imported by the app project
39+
> - A referenced project
40+
> - An assembly
4141
4242
Shapes representing the types defined in the source code file appear on the diagram at the position where you dragged the file.
4343

docs/vs-2015/modeling/add-custom-architecture-validation-to-layer-diagrams.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ In Visual Studio, users can validate the source code in a project against a laye
4545
> To makethe template work properly:
4646
>
4747
> - Edit calls to `LogValidationError` to remove the optional arguments `errorSourceNodes` and `errorTargetNodes`.
48-
> - If you use custom properties, apply the update mentioned in [Add custom properties to layer diagrams](../modeling/add-custom-properties-to-layer-diagrams.md).
48+
> - If you use custom properties, apply the update mentioned in [Add custom properties to layer diagrams](../modeling/add-custom-properties-to-layer-diagrams.md).
4949
5050
3. Edit the code to define your validation. For more information, see [Programming Validation](#programming).
5151

0 commit comments

Comments
 (0)