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

Run static analysis #40

Merged

Conversation

yutaro-sakamoto
Copy link
Contributor

@yutaro-sakamoto yutaro-sakamoto commented Aug 28, 2023

  • Add format script
    • format script formats C files using clang-format
    • format script formats Scala files using scalafmt
  • C and Scala files are formatted by format script
  • Add check-format script that checks if source code is formatted by format script
  • Update CI
    • Run check-format script
    • Check C files using cppcheck
    • Check Scala files using Scalastyle

This PR complete a task in #37

@yutaro-sakamoto yutaro-sakamoto merged commit 1e8edbd into opensourcecobol:develop Aug 28, 2023
3 checks passed
@yutaro-sakamoto yutaro-sakamoto deleted the feat/static_analysis branch August 28, 2023 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant