We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
flake8-copyright
CPY001
1 parent a8e171f commit 0ced8d0Copy full SHA for 0ced8d0
crates/ruff_linter/src/rules/flake8_copyright/rules/missing_copyright_notice.rs
@@ -13,6 +13,11 @@ use crate::Locator;
13
/// ## Why is this bad?
14
/// In some codebases, it's common to have a license header at the top of every
15
/// file. This rule ensures that the license header is present.
16
+///
17
+/// ## Options
18
+/// - `lint.flake8-copyright.author`
19
+/// - `lint.flake8-copyright.min-file-size`
20
+/// - `lint.flake8-copyright.notice-rgx`
21
#[derive(ViolationMetadata)]
22
pub(crate) struct MissingCopyrightNotice;
23
0 commit comments