Skip to content

Commit eda2773

Browse files
committed
Fix linting failure
1 parent 213e704 commit eda2773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elvis.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
ruleset => erl_files,
88
rules => [
99
{elvis_style, function_naming_convention, #{
10-
ignore => [ipinfo, ipinfo_lite],
10+
ignore => [ipinfo, ipinfo_lite, ipinfo_core],
1111
regex => "^([a-z][a-z0-9]*_?)*$"
1212
}}
1313
]

0 commit comments

Comments
 (0)