#
conventions
Here are 164 public repositories matching this topic...
The Unofficial PowerShell Best Practices and Style Guide
-
Updated
Aug 27, 2019
Assembly scanning and decoration extensions for Microsoft.Extensions.DependencyInjection
dependency-injection
decoration
conventions
asp-net-core
scanning
convention-registration
assembly-scanning
decoration-extensions
-
Updated
Aug 25, 2020 - C#
li₃ is the fast, flexible and most RAD development framework for PHP
-
Updated
Apr 7, 2020 - PHP
Templates for naming convention - TSQL, JavaScript, C#, R, Python, Powershell
javascript
python
r
sql
sql-server
csharp
powershell
conventions
naming-conventions
plsql
pgsql
tsql
-
Updated
Aug 20, 2020
nightlyone
commented
Feb 24, 2020
The Go team highly mandates to express a value range check as
if '0' <= c && c <= '9' {
// character range ok
}instead of
if c >= '0' && c <= '9' {
// character range ok
}so the yodaStyleExpr should respect this and cease to warn about that.
NOTE: This like an regression that might have been introduced by PR #856 while trying to fix issue #355 before.
JavaLite is a cohesive collection of frameworks designed from ground up to add pleasure back to your daily life
java
activerecord
web-development
agile
conventions
web-framework
rapid-development
activejdbc
javalite
-
Updated
Aug 27, 2020 - Java
Best practices, conventions, and tricks for ROS
-
Updated
May 11, 2020 - C++
Terraform Module to define a consistent naming convention by (namespace, stage, name, [attributes])
-
Updated
Aug 28, 2020 - HCL
GraphQL Conventions Library for .NET
-
Updated
Jul 15, 2020 - C#
A guide aiming to bridge the gap between the absolute Flutter basics and clean, structured Flutter Development
state-management
guide
best-practices
conventions
architecture
flutter
bloc
bloc-pattern
architecture-patterns
-
Updated
Dec 9, 2019 - TeX
Chinese translation of the Code Conventions for the Java Programming Language document.中文翻译《Java 编码规范》
-
Updated
Aug 31, 2017
A tool for tagging files and archiving tasks.
macos
swift
pdf
filesystem
conventions
archiving
archive
archivist
letters
icloud
icloud-drive
macos-app
swift4
pdf-archiver
scanbot
searchterm
archivist-toolkit
-
Updated
May 5, 2020 - Swift
walkmod: an open source tool to fix coding style issues
-
Updated
Nov 13, 2019 - Java
Рекомендации по написанию PHP кода
-
Updated
Jul 25, 2020
Wrapper library to fix inconsistencies in PHP's core functions
-
Updated
Mar 31, 2018 - PHP
Update is a new developer framework and CLI for automating updates of any kind in code projects. If you know how to use assemble, generate or verb, you'll know how to use update.
-
Updated
Oct 2, 2018 - JavaScript
Github app to validate commit message on a pull request
-
Updated
Jul 17, 2020 - JavaScript
tristanmenzel
commented
Mar 26, 2018
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>
MicroPython implementation of the Homie MQTT convention for IoT.
-
Updated
Aug 22, 2020 - Python
-
Updated
Aug 12, 2020 - JavaScript
Python 代码风格指南 & 编程规范
python
style-guide
layout
conventions
naming-conventions
pep8
docstrings
myclass
coding-specification
-
Updated
Jun 3, 2017
Swift language style guide & coding conventions followed by Xmartlabs.
-
Updated
Feb 7, 2017
DEF CON for N00bs is an open guide for first time attendees to the convention.
-
Updated
May 20, 2017
Source code analyzer that helps you to maintain variable/field naming conventions inside your project.
-
Updated
May 30, 2019 - 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