loplugin:constantparam
Change-Id: Ia06b9b189033b9409d7a59a211866f66a0614886 Reviewed-on: https://gerrit.libreoffice.org/28016 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
This commit is contained in:
committed by
Noel Grandin
parent
b796b24793
commit
3716b14426
@@ -57,7 +57,7 @@ def natural_sort_key(s, _nsre=re.compile('([0-9]+)')):
|
||||
tmp1list.sort(key=lambda v: natural_sort_key(v[2]))
|
||||
|
||||
# print out the results
|
||||
with open("loplugin.constantparams.report", "wt") as f:
|
||||
with open("loplugin.constantparam.report", "wt") as f:
|
||||
for v in tmp1list:
|
||||
f.write(v[2] + "\n")
|
||||
f.write(" " + v[0] + "\n")
|
||||
|
Reference in New Issue
Block a user