--- ruleName: file-header description: 'Enforces a certain header comment for all files, matched by a regular expression.' optionsDescription: Regular expression to match the header. options: type: string optionExamples: - '"true", "Copyright \d{4}"' type: style optionsJSON: |- { "type": "string" } layout: rule title: 'Rule: file-header' ---