mirror of
https://github.com/PrismLauncher/PrismLauncher
synced 2026-04-23 17:14:56 +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>
|
||
|---|---|---|
| .. | ||
| BaseExternalTool.cpp | ||
| BaseExternalTool.h | ||
| BaseProfiler.cpp | ||
| BaseProfiler.h | ||
| GenericProfiler.cpp | ||
| GenericProfiler.h | ||
| JProfiler.cpp | ||
| JProfiler.h | ||
| JVisualVM.cpp | ||
| JVisualVM.h | ||
| MCEditTool.cpp | ||
| MCEditTool.h | ||