You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I check that an issue does not already exists for the error I spotted.
[ x] I can not debug and fix that error by myself through a pull request.
Error's location
The error concerns the file(s) named ...
i don't know.
The error is present on:
intra.epitech.digital (Gandalf)
gandalf.epitech.eu (Merlin)
intra.epitech.eu (Intra)
jenkins.epitest.eu (Moulinette)
[ x] github.com
Error's description
On page ..., it is written ...
This issue concerned the Rule C-L3 space. When i define and initialize a anonymous struct (sfVector2f) in one line the rule C-L3 space append.
exemple : sfSprite_setPosition(sprite, (sfVector2f){-bounds.width, (float)(rand() % 900)});
this line is an exemple of the bug i reported. This line have more than 80 columns but this line have C-L3 space issue but it's shouldn't append.
Error's correction
It should be written ...
i don't know
Thanks for taking the time to fill out this report! It will tremendously contribute to fix the pedagogical content delivered.
The text was updated successfully, but these errors were encountered:
Hi, thank you for reporting a bug to the coding style.
However, it seems that you opened your issue within the wrong repository.
You might want to open your issue on the banana-coding-style-checker which contains the actual ruleset implementation for the coding style. This repository own only the script that are responsible to run the ruleset.
Prerequisites
Error's location
The error concerns the file(s) named ...
i don't know.
The error is present on:
Error's description
On page ..., it is written ...
This issue concerned the Rule C-L3 space. When i define and initialize a anonymous struct (sfVector2f) in one line the rule C-L3 space append.
exemple : sfSprite_setPosition(sprite, (sfVector2f){-bounds.width, (float)(rand() % 900)});
this line is an exemple of the bug i reported. This line have more than 80 columns but this line have C-L3 space issue but it's shouldn't append.
Error's correction
It should be written ...
i don't know
Thanks for taking the time to fill out this report! It will tremendously contribute to fix the pedagogical content delivered.
The text was updated successfully, but these errors were encountered: