mirror of
https://github.com/Reuh/candran.git
synced 2025-10-27 09:59:29 +00:00
Ignore shadowing warning in cancheck for temporary Candran variables
This commit is contained in:
parent
7131c5c8b1
commit
1e118381f8
1 changed files with 1 additions and 0 deletions
|
|
@ -181,6 +181,7 @@ local oldRunner = runner.new
|
||||||
function runner.new(opts)
|
function runner.new(opts)
|
||||||
-- Disable max line length checking (it is compiled code...)
|
-- Disable max line length checking (it is compiled code...)
|
||||||
opts.max_line_length = false
|
opts.max_line_length = false
|
||||||
|
opts.ignore = { "4[23]1/__CAN_.*" }
|
||||||
return oldRunner(opts)
|
return oldRunner(opts)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue