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

Add a length check of non-comment lines in C/C++ to the cookbook #89

Merged
merged 7 commits into from
Aug 9, 2024

Conversation

yangcht
Copy link
Contributor

@yangcht yangcht commented Aug 7, 2024

Adding a regex pattern for C/C++ (length check of non-comment lines).

yangcht and others added 6 commits August 2, 2024 10:18
adding pattern for
* Update COOKBOOK.md

Adding a regex example to find line-length issues of any non-comment part of the code.

* Update COOKBOOK.md

Fix typo.

* Update config.py

upgrade from re to regex to support more features.

* Update parse.py

upgrade to regex from re

* Update linter-requirements.txt

* Update COOKBOOK.md

Fixing unicode issues
COOKBOOK.md Show resolved Hide resolved
@codingjoe codingjoe changed the title Cookbook update Add a length check of non-comment lines in C/C++ to the cookbook Aug 9, 2024
@codingjoe codingjoe merged commit 8da6c45 into codingjoe:main Aug 9, 2024
12 checks passed
@yangcht yangcht deleted the cookbook_update branch August 9, 2024 16:52
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.

2 participants