-
Notifications
You must be signed in to change notification settings - Fork 67
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
Issue in using pseudo comment "#EC EQUALS_CHAINING #569
Comments
This is a general issue with most Code Pal pseudo comments. The SLIN considers all pseudo comments that do not start with This was apparently not known to the initial authors of the Code Pal checks and now it would be incompatible to remove the invalid pseudo comments from Code Pal. The only possible "solution" I can see would be to add secondary pseudo comments to all Code Pal checks that then start with |
Is there a plan to to add secondary pseudo comments to all Code Pal checks that then start with CI_. If yes by when this would be implemented ? |
This is a project that's open to community contributions - features will be implemented when someone submits a pull request that implements them. In general, open issues such as this one represent planned/requested improvements, but there is no fixed timeline for when this will happen. Aside from this, there is also a problem with adding |
In case of checks which are already having two possible pseudo-comments, is there a possibility to replace one of the existing pseudo comment with a new CI_* comment ? |
Unfortunately not really: Replacing a comment means that all existing instances of the comment lose their effect, which is an incompatible change that will upset all users that have already used this comment in their code. |
Check Name
Actual Behavior
Expected Behavior
Issue
The text was updated successfully, but these errors were encountered: