mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
lint: get rid of -p/--pedantic
Only one check was left, and it's of little use anyway.
This commit is contained in:
parent
5f894f1d38
commit
d0a10e05d9
2 changed files with 3 additions and 15 deletions
|
@ -197,8 +197,8 @@ __complete_rewritemeta() {
|
|||
}
|
||||
|
||||
__complete_lint() {
|
||||
opts="-v -q -p"
|
||||
lopts="--verbose --quiet --pedantic"
|
||||
opts="-v -q"
|
||||
lopts="--verbose --quiet"
|
||||
case "${cur}" in
|
||||
-*)
|
||||
__complete_options
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue