Skip to content

Commit f388c2e

Browse files
committed
stylecop.json documentation updated
1 parent 6300fca commit f388c2e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

documentation/Configuration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Code analysis rule sets are the standard way to configure most diagnostic analyz
1818

1919
The easiest way to add a **stylecop.json** configuration file to a new project is using a code fix provided by the project. To invoke the code fix, open any file where SA1633 is reported¹ and press Ctrl+. to bring up the Quick Fix menu. From the menu, select **Add StyleCop settings file to the project**.
2020

21+
The dot file naming convention is also supported, which makes it possible to name the configuration file **.stylecop.json**.
22+
2123
### JSON Schema for IntelliSense
2224

2325
A JSON schema is available for **stylecop.json**. By including a reference in **stylecop.json** to this schema, Visual Studio will offer IntelliSense functionality (code completion, quick info, etc.) while editing this file. The schema may be configured by adding the following top-level property in **stylecop.json**:

0 commit comments

Comments
 (0)