Enable all the misc clang-tidy check except one
authorKevin Ottens <kevin.ottens@nextcloud.com>
Wed, 19 Aug 2020 14:32:57 +0000 (16:32 +0200)
committerKevin Ottens <ervin@ipsquad.net>
Mon, 31 Aug 2020 07:14:09 +0000 (09:14 +0200)
commit1a0945a973a6c3d831facf36f58f2008668d9693
tree4c2aa8796760e0bade5f3a107ba88498473100d3
parent7236af78af07dfb58f2d9edaf105ed94ea2b0f48
Enable all the misc clang-tidy check except one

This flagged mostly unused parameters. Didn't enable the
misc-non-private-member-variables-in-classes check as we got a lot of
those. Hopefully we'll get to fix them at some point but that feels too
early and too much work for now.

Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
.clang-tidy
src/common/utility_unix.cpp
src/gui/creds/webflowcredentials.cpp
src/gui/creds/webflowcredentialsdialog.cpp
src/gui/ocssharejob.cpp
src/gui/owncloudgui.cpp
src/gui/remotewipe.cpp
src/gui/socketapi.cpp
src/gui/tray/ActivityListModel.cpp
src/gui/wizard/flow2authcredspage.cpp
test/stubremotewipe.cpp