Update
This commit is contained in:
@@ -7,12 +7,14 @@
|
|||||||
slotsperrow=1
|
slotsperrow=1
|
||||||
while slotsperrow * slotsperrow < capacity do
|
while slotsperrow * slotsperrow < capacity do
|
||||||
slotsperrow = slotsperrow + 1
|
slotsperrow = slotsperrow + 1
|
||||||
end' \
|
end
|
||||||
'**/*.xml'
|
files:
|
||||||
|
- '**/*.xml'
|
||||||
modify \
|
|
||||||
'<Containable!any(\s?excludeditems="[^"]+")' \
|
- name: excludeditems
|
||||||
'print(s1) s1=""
|
regex: <Containable!any(\s?excludeditems="[^"]+")
|
||||||
|
lua: |
|
||||||
|
s1 = ""
|
||||||
files:
|
files:
|
||||||
- '**/*.xml'
|
- '**/*.xml'
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user