Skip to content

Commit f4183cc

Browse files
Various fixes
1 parent e27b34d commit f4183cc

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ To download and install the library to your Visual Studio unit test projects use
1313
Install-Package PosInformatique.Moq.Analyzers
1414
```
1515

16-
The analyzers are automatically added and activated with their default warning levels.
16+
The analyzer is automatically added and activated with their default severity levels.
1717

1818
## Rules
1919

src/Moq.Analyzers/Moq.Analyzers.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<IsPackable>false</IsPackable>
65
<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>
76

87
<Description>PosInformatique.Moq.Analyzers is a library to verify syntax and code design when writing the unit tests using the Moq library.</Description>

0 commit comments

Comments
 (0)