Skip to content

Commit

Permalink
Merge pull request #158 from Lombiq/issue/OSOE-128
Browse files Browse the repository at this point in the history
OSOE-128: ⭐ Add Markdown linting
  • Loading branch information
0liver committed Jul 28, 2022
2 parents e367f8a + 296bf62 commit a939304
Show file tree
Hide file tree
Showing 30 changed files with 77 additions and 53 deletions.
8 changes: 4 additions & 4 deletions License.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ For more information and requests about licensing please [contact us through our

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
- Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
- Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

* Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
- Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
23 changes: 21 additions & 2 deletions Lombiq.OSOCE.sln
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,15 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{
.github\workflows\build-and-test.yml = .github\workflows\build-and-test.yml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lombiq.Analyzers.PowerShell", "tools\Lombiq.Analyzers.PowerShell\Lombiq.Analyzers.PowerShell\Lombiq.Analyzers.PowerShell.csproj", "{D00D1636-6898-4BBD-A794-5740B7C81072}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lombiq.Analyzers.PowerShell", "tools\Lombiq.Analyzers.PowerShell\Lombiq.Analyzers.PowerShell\Lombiq.Analyzers.PowerShell.csproj", "{D00D1636-6898-4BBD-A794-5740B7C81072}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lombiq.HelpfulExtensions.Tests.UI", "src\Modules\Lombiq.HelpfulExtensions\Lombiq.HelpfulExtensions.Tests.UI\Lombiq.HelpfulExtensions.Tests.UI.csproj", "{9DFD40DB-217C-4012-83FB-18F3AEBC3DD6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tools", "Tools", "{02FCA648-8394-41A3-B699-87FB1097500A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lombiq.Analyzers.PowerShell.Tests", "tools\Lombiq.Analyzers.PowerShell\Lombiq.Analyzers.PowerShell.Tests\Lombiq.Analyzers.PowerShell.Tests.csproj", "{25D194C5-4E77-41FE-8C6F-2F37F22A1EA6}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lombiq.Analyzers.PowerShell.Tests", "tools\Lombiq.Analyzers.PowerShell\Lombiq.Analyzers.PowerShell.Tests\Lombiq.Analyzers.PowerShell.Tests.csproj", "{25D194C5-4E77-41FE-8C6F-2F37F22A1EA6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lombiq.NodeJs.Extensions.SolutionMarkdownAnalysis", "src\Utilities\Lombiq.NodeJs.Extensions\Lombiq.NodeJs.Extensions.SolutionMarkdownAnalysis\Lombiq.NodeJs.Extensions.SolutionMarkdownAnalysis.csproj", "{6774F282-8896-4187-89C7-00D2CCB0ABA7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down Expand Up @@ -515,6 +517,18 @@ Global
{25D194C5-4E77-41FE-8C6F-2F37F22A1EA6}.Release|x64.Build.0 = Release|Any CPU
{25D194C5-4E77-41FE-8C6F-2F37F22A1EA6}.Release|x86.ActiveCfg = Release|Any CPU
{25D194C5-4E77-41FE-8C6F-2F37F22A1EA6}.Release|x86.Build.0 = Release|Any CPU
{6774F282-8896-4187-89C7-00D2CCB0ABA7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6774F282-8896-4187-89C7-00D2CCB0ABA7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6774F282-8896-4187-89C7-00D2CCB0ABA7}.Debug|x64.ActiveCfg = Debug|Any CPU
{6774F282-8896-4187-89C7-00D2CCB0ABA7}.Debug|x64.Build.0 = Debug|Any CPU
{6774F282-8896-4187-89C7-00D2CCB0ABA7}.Debug|x86.ActiveCfg = Debug|Any CPU
{6774F282-8896-4187-89C7-00D2CCB0ABA7}.Debug|x86.Build.0 = Debug|Any CPU
{6774F282-8896-4187-89C7-00D2CCB0ABA7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6774F282-8896-4187-89C7-00D2CCB0ABA7}.Release|Any CPU.Build.0 = Release|Any CPU
{6774F282-8896-4187-89C7-00D2CCB0ABA7}.Release|x64.ActiveCfg = Release|Any CPU
{6774F282-8896-4187-89C7-00D2CCB0ABA7}.Release|x64.Build.0 = Release|Any CPU
{6774F282-8896-4187-89C7-00D2CCB0ABA7}.Release|x86.ActiveCfg = Release|Any CPU
{6774F282-8896-4187-89C7-00D2CCB0ABA7}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand All @@ -529,6 +543,7 @@ Global
{01A2A5A4-E453-4658-92F1-D57C00B16DA0} = {53D45048-C7C6-4D04-A9DA-8B8271510F99}
{7DEB3535-5A2A-468A-A626-11B668C53AE0} = {11E06A11-1733-408D-BB2F-BFA07075F812}
{A31B73D3-C075-4510-A504-A1DC0832D006} = {11F2CB14-D92A-484F-9C1E-2836B1B04DB8}
{6ED7E28F-0556-471C-8AD1-5BB0941411DD} = {FF48793C-2AC5-4FAA-9BA1-44448E3A7F98}
{EC3A4303-A792-41AF-A354-4D8482411457} = {11E06A11-1733-408D-BB2F-BFA07075F812}
{A2CBA4B0-6B30-4183-B167-69A99F34FC72} = {11E06A11-1733-408D-BB2F-BFA07075F812}
{8BC42764-7D0C-4F18-8663-DB7C9F1734D5} = {53D45048-C7C6-4D04-A9DA-8B8271510F99}
Expand All @@ -551,11 +566,15 @@ Global
{CA011075-6748-4EB4-9C72-C8FD7319FEFD} = {53D45048-C7C6-4D04-A9DA-8B8271510F99}
{95D73C6A-B81E-44A3-9376-9CFEFDE3B314} = {53D45048-C7C6-4D04-A9DA-8B8271510F99}
{D4D7F555-3AA2-43C8-8AD2-64136A6C8053} = {11F2CB14-D92A-484F-9C1E-2836B1B04DB8}
{F4B0F77A-4EF0-40A9-B1C0-9294B397BA36} = {53D45048-C7C6-4D04-A9DA-8B8271510F99}
{09F22616-3AF3-479A-9DAE-8EA45757F619} = {11E06A11-1733-408D-BB2F-BFA07075F812}
{C004EB6D-91B1-450B-B95E-61C818A2B1C2} = {11E06A11-1733-408D-BB2F-BFA07075F812}
{40E6EA88-BE15-4542-BD9A-3AA8DC69629E} = {719F19E1-0B20-490C-B325-74E5FD6C838C}
{D00D1636-6898-4BBD-A794-5740B7C81072} = {BF1EDFA5-0129-416C-B9ED-8CE68A3FD526}
{9DFD40DB-217C-4012-83FB-18F3AEBC3DD6} = {6ED7E28F-0556-471C-8AD1-5BB0941411DD}
{02FCA648-8394-41A3-B699-87FB1097500A} = {FF48793C-2AC5-4FAA-9BA1-44448E3A7F98}
{25D194C5-4E77-41FE-8C6F-2F37F22A1EA6} = {02FCA648-8394-41A3-B699-87FB1097500A}
{6774F282-8896-4187-89C7-00D2CCB0ABA7} = {11F2CB14-D92A-484F-9C1E-2836B1B04DB8}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C6926E60-1F5A-4B05-B835-B1021FBE07C5}
Expand Down
2 changes: 1 addition & 1 deletion NuGetTest/Lombiq.OSOCE.NuGet.sln
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ Global
{692A7BF5-5DB9-46C9-8C90-8D2EFC895BAF} = {8E53E788-C4AA-43D6-B906-6675BD10EC15}
{23C4D30C-3E8D-4BC5-A02E-D2A2B3EDFC08} = {8E53E788-C4AA-43D6-B906-6675BD10EC15}
{FB27E080-5C89-425F-A6F1-CD4E690CF195} = {B9D4219F-B537-4665-8679-6E10C29ED62E}
{25103E6E-D628-4D36-8FE5-965A293C36D3} = {FB27E080-5C89-425F-A6F1-CD4E690CF195}
{6504905F-584A-49A0-9FFE-CCB12240E7D7} = {342A0D21-FA7F-45E9-895A-5F6DA5F3370E}
{25103E6E-D628-4D36-8FE5-965A293C36D3} = {FB27E080-5C89-425F-A6F1-CD4E690CF195}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7B6C224F-E9B3-47DA-8E82-205D1620F2F8}
Expand Down
2 changes: 0 additions & 2 deletions NuGetTest/Readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Lombiq's Open-Source Orchard Core Extensions - NuGet test solution



This solution serves as a testbed for the NuGet packages published from the Lombiq's Open-Source Orchard Core Extensions projects.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,15 @@
<TargetFramework>net6.0</TargetFramework>
<AspNetCoreHostingModel>InProcess</AspNetCoreHostingModel>
<RazorRuntimeCompilation>false</RazorRuntimeCompilation>

<MarkdownAnalysis>solution</MarkdownAnalysis>
<ExecDotnetPostcleanCommand>false</ExecDotnetPostcleanCommand>
<ExecDotnetPrebuildCommand>false</ExecDotnetPrebuildCommand>
</PropertyGroup>

<ItemGroup>
<Folder Include="wwwroot\" />
<None Remove="node_modules\**" />
</ItemGroup>

<ItemGroup>
Expand All @@ -23,6 +28,7 @@
<PackageReference Include="Lombiq.Hosting.Tenants.Admin.Login" Version="2.1.0" />
<PackageReference Include="Lombiq.Hosting.Tenants.Management" Version="2.1.0" />
<PackageReference Include="Lombiq.JsonEditor" Version="2.1.0" />
<PackageReference Include="Lombiq.NodeJs.Extensions" Version="1.0.0-osoe-128.1" />
<PackageReference Include="Lombiq.Privacy" Version="3.1.1" />
<PackageReference Include="Lombiq.Privacy.Samples" Version="3.1.1" />
<PackageReference Include="Lombiq.SetupExtensions" Version="2.1.0" />
Expand Down
3 changes: 3 additions & 0 deletions NuGetTest/src/Lombiq.OSOCE.NuGet.Web/Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Lombiq's Open-Source Orchard Core Extensions - NuGet Tests

This project and its containing solution are used to test the NuGet packages of our Open-Source Orchard Core Extensions. To learn about each extension and library involved, check out the [root readme](../../../Readme.md).
3 changes: 3 additions & 0 deletions NuGetTest/src/Lombiq.OSOCE.NuGet.Web/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"private": true
}
Loading

0 comments on commit a939304

Please sign in to comment.