Mangos THREE is a server for World of Warcraft: Cataclysm. The server serves full world content including authentication & scripts support. Compatible with World of Warcraft client 4.3.4 (Build 15595). Report all issues at https://www.getmangos.eu/bug-tracker/mangos-three/ - Playable but unstable. In development.
GNU General Public License v2.0
88
stars
48
forks
source link
Adjusting Codestyle Check to Exclude External Libraries #80
This aims to optimize the codestyle check by excluding external libraries from the inspection.
The current codestyle check scrutinizes all files, including external libraries, like Eluna, leading to unnecessary failure.
Further directories may be excluded from check by adding them to array exclude in file apps/ci/ci-codestyle.sh
This aims to optimize the codestyle check by excluding external libraries from the inspection. The current codestyle check scrutinizes all files, including external libraries, like Eluna, leading to unnecessary failure.
Further directories may be excluded from check by adding them to array
exclude
in file apps/ci/ci-codestyle.shThis change is