Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Internal: Add custom static analysis tool #691

Merged
merged 35 commits into from
Nov 24, 2022

Commits on Nov 24, 2022

  1. Create README.md

    caendesilva committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    3fe68e2 View commit details
    Browse the repository at this point in the history
  2. Create HydeStan.php

    caendesilva committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    98eb86e View commit details
    Browse the repository at this point in the history
  3. Create run.php

    caendesilva committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    1a9105d View commit details
    Browse the repository at this point in the history
  4. Sketch out runner

    caendesilva committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    e7b0768 View commit details
    Browse the repository at this point in the history
  5. Update run.php

    caendesilva committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    501538a View commit details
    Browse the repository at this point in the history
  6. Sketch out class

    caendesilva committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    4def45d View commit details
    Browse the repository at this point in the history
  7. Define BASE_PATH

    caendesilva committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    537c8be View commit details
    Browse the repository at this point in the history
  8. Discover files

    caendesilva committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    2388ee9 View commit details
    Browse the repository at this point in the history
  9. Mark class as internal

    caendesilva committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    f077f95 View commit details
    Browse the repository at this point in the history
  10. Download console package

    caendesilva committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    c462d93 View commit details
    Browse the repository at this point in the history
  11. Update README.md

    caendesilva committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    3df7b14 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    465d04b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6906ecf View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    40cc907 View commit details
    Browse the repository at this point in the history
  15. Add destruct method

    caendesilva committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    499ef2b View commit details
    Browse the repository at this point in the history
  16. Update HydeStan.php

    caendesilva committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    134748e View commit details
    Browse the repository at this point in the history
  17. Update console.php

    caendesilva committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    ac63328 View commit details
    Browse the repository at this point in the history
  18. Sketch out scanner

    caendesilva committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    4894525 View commit details
    Browse the repository at this point in the history
  19. Update HydeStan.php

    caendesilva committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    7454ea8 View commit details
    Browse the repository at this point in the history
  20. Sketch out analyser loop

    caendesilva committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    51345fb View commit details
    Browse the repository at this point in the history
  21. Add basic dd function

    caendesilva committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    5890fef View commit details
    Browse the repository at this point in the history
  22. Create basic analyzer

    caendesilva committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    410375a View commit details
    Browse the repository at this point in the history
  23. Handle analyser errors

    caendesilva committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    abfe59a View commit details
    Browse the repository at this point in the history
  24. Remove unused code

    caendesilva committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    0b74596 View commit details
    Browse the repository at this point in the history
  25. Display execution time

    caendesilva committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    2d08cc5 View commit details
    Browse the repository at this point in the history
  26. Display memory usage

    caendesilva committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    34c7eaa View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    d394f32 View commit details
    Browse the repository at this point in the history
  28. Add hasErrors method

    caendesilva committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    5c434ed View commit details
    Browse the repository at this point in the history
  29. Display errors in class

    caendesilva committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    9bf3d5a View commit details
    Browse the repository at this point in the history
  30. Add version constant

    caendesilva committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    984867b View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    a87970a View commit details
    Browse the repository at this point in the history
  32. Add some newlines

    caendesilva committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    aa6377b View commit details
    Browse the repository at this point in the history
  33. Apply fixes from StyleCI

    StyleCIBot committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    ad4fa5a View commit details
    Browse the repository at this point in the history
  34. Create hyde-stan.yml

    caendesilva committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    f0a067c View commit details
    Browse the repository at this point in the history
  35. Update hyde-stan.yml

    caendesilva committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    21b3b2f View commit details
    Browse the repository at this point in the history