mirror of
https://github.com/lucaspalomodevelop/opnsense-core.git
synced 2026-03-13 00:07:27 +00:00
make: mute line size check in sweep target
This commit is contained in:
parent
9c63784ebf
commit
83b47096f7
@ -8,7 +8,7 @@ use bytes;
|
||||
use File::Basename;
|
||||
|
||||
# Default options
|
||||
$max_width = 119;
|
||||
$max_width = 0;
|
||||
|
||||
# Clean up space-tab sequences, either by removing spaces or
|
||||
# replacing them with tabs.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user