User tests: Successful: Unsuccessful:
Pull Request for Issue # .
Stuartemk#2
Prettify the css and js files allows a better reading and understanding of the code so you can develop faster and avoid errors.
Status | New | ⇒ | Pending |
Category | ⇒ | Unit Tests Repository Administration com_admin SQL Postgresql MS SQL com_banners com_config com_finder com_languages com_media com_search Language & Strings Front End External Library Composer Change Installation |
@Stuartemk just for your information there are already linters in place for the 4.0 repo:
Also there are commands to automate the fixing of anything not compliant with the current linters: https://github.com/joomla/joomla-cms/blob/4.0-dev/build/README.md
Thank you for your responses. It is clear that I made a terrible mistake, and that these PRs are totally wrong, so I close them right now. It was only a single file to modify.
Although the error is so obvious, the answers could also be less aggressive, since for that reason there are almost no contributors, not very tolerant answers take away the desire to contribute.
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-05-29 22:28:13 |
Closed_By | ⇒ | Stuartemk | |
Labels |
Added:
?
?
?
?
|
not very tolerant answers take away the desire to contribute.
I have no clue if this was towards my response but anyhow I just pointed out that there are Code Styles guidelines that the project adheres to and I pointed to the files that control the rules. I see that you want 4 spaces for intention but for some time now the project is opted for 2 spaces for indentation for the css/scss and js for the simple fact that this is the industry standard (also it's what Bootstrap is using and all the other external dependencies the project uses).
Not sure what you were trying to do here but its clearly not correct as you have changed 47 files and none of them are the one in the title