mirror of
https://github.com/PrismLauncher/PrismLauncher
synced 2026-04-23 09:05:03 +00:00
```
find $PWD \
-type f \
! -path '*/.git/*' ! -path '*/flatpak/shared-modules/*' \
! -path '*/libraries/*' ! -path '*/testdata/*' ! -name '*.patch' \
! -name '*.svg' ! -name '*.scd' ! -path '*/program_info/LICENSE' \
! -path '*/COPYING.md' ! -path '*/cmake/*' ! -name '.gitmodules' \
-exec eclint -fix {} \;
```
Signed-off-by: Seth Flynn <getchoo@tuta.io>
|
||
|---|---|---|
| .. | ||
| dialogs | ||
| instanceview | ||
| java | ||
| pagedialog | ||
| pages | ||
| setupwizard | ||
| themes | ||
| widgets | ||
| GuiUtil.cpp | ||
| GuiUtil.h | ||
| InstanceWindow.cpp | ||
| InstanceWindow.h | ||
| MainWindow.cpp | ||
| MainWindow.h | ||
| MainWindow.ui | ||
| ToolTipFilter.cpp | ||
| ToolTipFilter.h | ||
| ViewLogWindow.cpp | ||
| ViewLogWindow.h | ||