<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/tools/boot/lua-lint.sh, branch stable/12</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>lualoader: fix lua-lint run</title>
<updated>2021-01-24T06:13:03+00:00</updated>
<author>
<name>Kyle Evans</name>
<email>kevans@FreeBSD.org</email>
</author>
<published>2020-12-17T18:29:30+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=0b97b9ae187fe02348b1b4000f964aaa257b1edf'/>
<id>0b97b9ae187fe02348b1b4000f964aaa257b1edf</id>
<content type='text'>
luacheck rightfully complains that i is unused in the show-module-options
loop at the end (it was used for some debugging in the process).

We've added a new pager module that's compiled in, so declare that as an
acceptable global.

(cherry picked from commit 29842cb36e74037989b7a7f0bf38a47f342bac91)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
luacheck rightfully complains that i is unused in the show-module-options
loop at the end (it was used for some debugging in the process).

We've added a new pager module that's compiled in, so declare that as an
acceptable global.

(cherry picked from commit 29842cb36e74037989b7a7f0bf38a47f342bac91)
</pre>
</div>
</content>
</entry>
<entry>
<title>lua-lint: Hint that try_include is now an accepted global</title>
<updated>2018-03-26T19:08:19+00:00</updated>
<author>
<name>Kyle Evans</name>
<email>kevans@FreeBSD.org</email>
</author>
<published>2018-03-26T19:08:19+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ec88403d3f5051181f018961f1f647859f510f73'/>
<id>ec88403d3f5051181f018961f1f647859f510f73</id>
<content type='text'>
try_include was added in r331563.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
try_include was added in r331563.
</pre>
</div>
</content>
</entry>
<entry>
<title>lua-lint: Whitelist cli_execute_unparsed as a global</title>
<updated>2018-03-07T18:41:16+00:00</updated>
<author>
<name>Kyle Evans</name>
<email>kevans@FreeBSD.org</email>
</author>
<published>2018-03-07T18:41:16+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a284ff37fcd3987f4c1bf5ce19781ee08f5078cc'/>
<id>a284ff37fcd3987f4c1bf5ce19781ee08f5078cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add --globals printc to lua-lint</title>
<updated>2018-03-02T16:51:43+00:00</updated>
<author>
<name>Kyle Evans</name>
<email>kevans@FreeBSD.org</email>
</author>
<published>2018-03-02T16:51:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8960f9d7ade17f2730857e5df14bf07e58631677'/>
<id>8960f9d7ade17f2730857e5df14bf07e58631677</id>
<content type='text'>
We provide a global 'printc' as of r330282; make luacheck aware of this fact
so that we can use it without complaints.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We provide a global 'printc' as of r330282; make luacheck aware of this fact
so that we can use it without complaints.
</pre>
</div>
</content>
</entry>
<entry>
<title>lua-lint: Add note about luacheck in ports, silence warning</title>
<updated>2018-02-22T15:29:57+00:00</updated>
<author>
<name>Kyle Evans</name>
<email>kevans@FreeBSD.org</email>
</author>
<published>2018-02-22T15:29:57+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5af17cb319ad9724838ab1ee2d5341f89633e8d9'/>
<id>5af17cb319ad9724838ab1ee2d5341f89633e8d9</id>
<content type='text'>
luacheck was added in ports r462609.

Silence warning about cli_execute -- it's non-standard, but for our setup it
will be a standard global.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
luacheck was added in ports r462609.

Silence warning about cli_execute -- it's non-standard, but for our setup it
will be a standard global.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add script for linting stand/lua to tools/boot.</title>
<updated>2018-02-22T04:28:52+00:00</updated>
<author>
<name>Kyle Evans</name>
<email>kevans@FreeBSD.org</email>
</author>
<published>2018-02-22T04:28:52+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c8a0a7ab9bb8d49fd4a52e3f3dc216163c584409'/>
<id>c8a0a7ab9bb8d49fd4a52e3f3dc216163c584409</id>
<content type='text'>
We require some --globals due to custom loader extensions in our
environment. Add everything required for this to tools/boot so that other
interested parties can get up and go with linting our scripts and not get a
bunch of false-positives.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We require some --globals due to custom loader extensions in our
environment. Add everything required for this to tools/boot so that other
interested parties can get up and go with linting our scripts and not get a
bunch of false-positives.
</pre>
</div>
</content>
</entry>
</feed>
