conventions
Here are 166 public repositories matching this topic...
-
Updated
Aug 27, 2019
-
Updated
Sep 30, 2020 - C#
-
Updated
Apr 7, 2020 - PHP
-
Updated
Aug 20, 2020
add security tag
In the bright future we would like to make more security related checkers, to be able to do this, we need to add such tag.
Basically 1 liner.
-
Updated
Oct 6, 2020 - Java
-
Updated
Oct 2, 2020 - C++
-
Updated
Aug 28, 2020 - HCL
-
Updated
Oct 1, 2020 - PHP
-
Updated
Sep 11, 2020 - C#
-
Updated
Dec 9, 2019 - TeX
-
Updated
Aug 31, 2017
-
Updated
May 5, 2020 - Swift
-
Updated
Nov 13, 2019 - Java
-
Updated
Jul 25, 2020
-
Updated
Mar 31, 2018 - PHP
-
Updated
Oct 2, 2018 - JavaScript
-
Updated
Sep 11, 2020 - JavaScript
Eg. the convention
TheAssembly.WithNameMatching("MyApp.DbUp")
.MustConformTo(Convention.MustHaveFilesBeEmbeddedResources(".sql"))
.WithFailureAssertion(Assert.Fail);
Does not detect files that have been imported like
<ItemGroup>
<EmbeddedResource Include="Scripts\*.sql" />
</ItemGroup>
-
Updated
Oct 6, 2020 - Python
-
Updated
Oct 8, 2020 - JavaScript
-
Updated
Jun 3, 2017
-
Updated
Feb 7, 2017
-
Updated
Sep 20, 2020 - Go
Improve this page
Add a description, image, and links to the conventions topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the conventions topic, visit your repo's landing page and select "manage topics."


Hey. Just a question. Can we add possibility to extend from single string not just from array? So it will work like other linting libraries (eslint, stylelint, etc.).
package.json