Commit 5c29e4b0 authored by Franco Fichtner's avatar Franco Fichtner

scripts: sweep here too

parent c9933aa0
...@@ -37,6 +37,8 @@ sweep: force ...@@ -37,6 +37,8 @@ sweep: force
xargs -0 -n1 scripts/cleanfile xargs -0 -n1 scripts/cleanfile
find ${.CURDIR}/pkg -type f -print0 | \ find ${.CURDIR}/pkg -type f -print0 | \
xargs -0 -n1 scripts/cleanfile xargs -0 -n1 scripts/cleanfile
find ${.CURDIR}/scripts -type f -print0 | \
xargs -0 -n1 scripts/cleanfile
style: force style: force
@(phpcs --tab-width=4 --standard=PSR2 ${.CURDIR}/src/opnsense/mvc \ @(phpcs --tab-width=4 --standard=PSR2 ${.CURDIR}/src/opnsense/mvc \
......
...@@ -60,4 +60,3 @@ for filename in glob.glob('%s/plugins/*.py'%'/'.join(os.path.realpath(__file__). ...@@ -60,4 +60,3 @@ for filename in glob.glob('%s/plugins/*.py'%'/'.join(os.path.realpath(__file__).
fOut.write(line) fOut.write(line)
fOut.close() fOut.close()
...@@ -43,5 +43,3 @@ def getTranslations(root): ...@@ -43,5 +43,3 @@ def getTranslations(root):
for aclKey in aclMap.keys(): for aclKey in aclMap.keys():
if aclMap[aclKey].has_key('descr'): if aclMap[aclKey].has_key('descr'):
yield aclMap[aclKey]['descr'] yield aclMap[aclKey]['descr']
...@@ -32,4 +32,3 @@ ...@@ -32,4 +32,3 @@
* Language support, autogenerated file * Language support, autogenerated file
* *
*/ */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment