Skip to content

Commit a50ec4c

Browse files
authored
Add "inc" file extension to fnl module (#1018)
1 parent 00e562b commit a50ec4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/src/modules/fnl.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use crate::{context::Context, report::Report};
1010

1111
use super::Module;
1212

13-
pub const TEXT_EXTENSIONS: [&str; 6] = ["sqf", "txt", "hpp", "cpp", "rvmat", "ext"];
13+
pub const TEXT_EXTENSIONS: [&str; 6] = ["sqf", "txt", "hpp", "cpp", "rvmat", "ext", "inc"];
1414

1515
#[derive(Default)]
1616
pub struct FineNewLineCheck {}

0 commit comments

Comments
 (0)