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

feat: enhance awk,c,cpp complexity checks #506

Merged
merged 1 commit into from
Sep 10, 2024

Conversation

apocelipes
Copy link
Contributor

  • add AWK complexity checks
  • enhance c/cpp complexity checks, support these forms:
while(1) {
//
}

switch(num) {
case 1:
   ...
default:
   ...
}
  • clean up test-all.bash, put specific languages into an array that can be easily maintained

@boyter boyter merged commit 657f5fe into boyter:master Sep 10, 2024
5 checks passed
@boyter
Copy link
Owner

boyter commented Sep 10, 2024

Thanks for the submission. Redoing the test-all.sh is one of those things thats on my list. I want to move it all to pure Go code in the future just to make things easier to maintain.

@apocelipes apocelipes deleted the feat-complexity branch September 11, 2024 00:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

2 participants