Skip to content
This repository has been archived by the owner on Oct 11, 2021. It is now read-only.

Commit

Permalink
(GH-120) Extended rule to include whole nuspec
Browse files Browse the repository at this point in the history
- Rather than looking at only Copyright and Authors, look at all
properties in the nuspec
- Include special handling for IEnumerable<string>
- Added additional tests to cover over properties
  • Loading branch information
gep13 committed May 6, 2016
1 parent 11f7686 commit b5f7573
Show file tree
Hide file tree
Showing 5 changed files with 355 additions and 160 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<Link>Properties\SolutionVersion.cs</Link>
</Compile>
<Compile Include="infrastructure.app\AdminTagShouldBeIncludedWhenUsingAdminHelpersGuidelineSpecs.cs" />
<Compile Include="infrastructure.app\CopyrightAndAuthorFieldsShouldntContainEmailRequirementSpecs.cs" />
<Compile Include="infrastructure.app\NuspecDoesNotContainEmailRequirementSpecs.cs" />
<Compile Include="infrastructure.app\DependencyWithNoVersionGuidelineSpecs.cs" />
<Compile Include="infrastructure.app\IncludesChocolateyDependencyNoteSpecs.cs" />
<Compile Include="infrastructure.app\PackageIdUsesDotsNoteSpecs.cs" />
Expand Down

This file was deleted.

Loading

0 comments on commit b5f7573

Please sign in to comment.