summaryrefslogtreecommitdiff
path: root/apps/codestyle
AgeCommit message (Expand)Author
2025-07-11feat(Codestyle/SQL): Ensure InnoDB is used as DB Engine (#22457)Ryan Turner
2025-06-28fix(CI/Codestyle): Add directory check to SQL codestyle script (#22376)Kitzunu
2025-03-02fix(CI/Codestyle): Minor typo in insert_delete_safety_check (#21639)Kitzunu
2025-03-02fix(CI/Codestyle): Imrpove semicolon check and general improvements (#21632)Kitzunu
2025-03-02fix(CI/Codestyle): Escape all MySQL keywords and skip /* comments (#21631)Kitzunu
2025-02-24fix(CI/Codestyle): skip SQL keyword 'NOT' (#21591)Kitzunu
2025-02-15fix(Apps/Codestyle) corrected wrong text in the sql codestyle check (#21466)demetrzz
2025-02-10fix(CI/Codestyle): correct double semicolon check (#21388)Kitzunu
2025-02-08fix(CI/Codestyle): Final fixes to backtick check (#21361)Kitzunu
2025-02-07fix(CI): typo (#21347)Kitzunu
2025-02-07fix(CI/Codestyle): ignore lines starting with @ (#21346)Kitzunu
2025-02-07fix(CI/Codestyle): Ignore comments for backtick check (#21343)Kitzunu
2025-02-05fix(CI/Codestyle): Backtick check SET, quote and REPLACE case (#21333)Kitzunu
2025-02-03feat(CI/Codestyle): backtick check for sql (#21321)Kitzunu
2025-02-01refactor(Core/ObjectMgr): Change GetAcoreString from char const* to s… (#21...Kitzunu
2025-02-01fix(DB/Misc): Bad delete in update file (#21307)Kitzunu
2025-01-25fix(Apps/Codestyle): ignore comments for some checks (#21268)Jelle Meeus
2025-01-21chore(Apps/Codestyle): add new checks for SQL files (#21026)Grimdhex
2024-12-24fix(Apps/Codestyle): rewrite semi-colon check (#21027)Grimdhex
2024-12-22refactor(CI/Codestyle): Move the SQL check to python (#21002)Kitzunu
2024-12-22feat(CI/Codestyle): Check for tabs (#20998)Kitzunu
2024-12-21feat(CI/Codestyle); Check for double semicolons (#20996)Kitzunu
2024-12-19feat(CI/Codestyle): check for curly brackets before/after if/else statements ...Kitzunu
2024-09-28chore(Apps/Codestyle): add a new check for if statements (#20073)Grimdhex
2024-09-03refactor(Core): Make more use of helpers. (#19835)Benjamin Jackson
2024-09-03chore(Apps/Codestyle): add new codestyle checks for pointers and range loops ...Grimdhex
2024-08-31refactor(Core/Item): Add helpers (#19828)Kitzunu
2024-08-27chore(Apps/CodeStyle): rewrite Ci-codestyle in python (#19714)Grimdhex