karl-sjogren / karls-analyzers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Karls Analyzers CI workflow

Installing

dotnet add package Karls.Analyzers

Then enable the rules with a ruleset or editorconfig file.

Analyzers

Optimizely

Id Has Code fix Title
KO0001 Yes Properties on content types should have matching sort and source order.
KO0002 Yes Content types need to have unique identifiers.

Be polite

Id Has Code fix Title
KP0001 No Identifiers and comments should not contain impolite or degrading words or sentences.

Attributions

Using test helpers from Roslynator.

"Be Polite" analyzers are inspired by InclusivenessAnalyzer.

About

License:Apache License 2.0


Languages

Language:C# 64.5%Language:PowerShell 35.5%