-
Notifications
You must be signed in to change notification settings - Fork 3
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 : ruleset file #1
Conversation
4164228
to
5730594
Compare
README.md
Outdated
- trailling comma : multiline arrays must have comma in all line | ||
- no more 3 nesting identation levels | ||
- minimal length of naming (function, variable, constant...) is 3 chars (except for i, id, em, om, to, ID, TO) | ||
- object instantiation must always be with parentheses |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo: instanciation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
en anglais il y a bien un t et pas un c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
on peut s'organiser des cours d'anglais le vendredi après midi, non ?
README.md
Outdated
|
||
## Description | ||
|
||
We follow the PSR-2 coding style with additionnal rules. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo additional
README.md
Outdated
- private methods and properties MUST not be prefixed with an underscore | ||
- one space around concatenation operator | ||
- array must be in short syntax | ||
- trailling comma : multiline arrays must have comma in all line |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo trailing
No description provided.