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

CodeChecker should be able to check for the rule about no string concatenation in lang files #164

Open
timhunt opened this issue May 22, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@timhunt
Copy link
Contributor

timhunt commented May 22, 2024

MDLSITE-2719 agreed that string concatenation should not be allowed in lang files. It should be possible to get phpcs to check this for us, and it is a mistake people make.

@stronk7
Copy link
Member

stronk7 commented Jun 24, 2024

So, basically, what you are proposing here is to look for any concat (.) operator in lang files and error if found?

Also, related, there was MDLSITE-2063.

Ciao :-)

@stronk7 stronk7 added the enhancement New feature or request label Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants