Home
last modified time | relevance | path

Searched refs:CopyrightFormatRule (Results 1 – 1 of 1) sorted by relevance

/Renode-v1.15.3-c57714d/tools/analyzers/
DRenodeCopyrightAnalyzer.cs22 ImmutableArray.Create(CopyrightDateRule, CopyrightFormatRule);
46 … context.ReportDiagnostic(Diagnostic.Create(CopyrightFormatRule, location: null)); in CheckCopyrights()
61 … context.ReportDiagnostic(Diagnostic.Create(CopyrightFormatRule, location: null)); in CheckCopyrights()
86 … context.ReportDiagnostic(Diagnostic.Create(CopyrightFormatRule, comment.GetLocation())); in CheckCopyrights()
110 … context.ReportDiagnostic(Diagnostic.Create(CopyrightFormatRule, commentNode.GetLocation())); in CheckAntmicroCopyrights()
132 private static readonly DiagnosticDescriptor CopyrightFormatRule = new DiagnosticDescriptor( field in Antmicro.Renode.CustomAnalyzers.RenodeCopyrightAnalyzer