Changes between Version 10 and Version 11 of CodingGuidelines/SubmittingPatches
- Timestamp:
- Jul 29, 2014, 2:38:35 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CodingGuidelines/SubmittingPatches
v10 v11 25 25 * '''Note:''' When patching existing files that do not follow our Coding Guidelines, it is preferable to apply the stylization to the entire file. If that is not possible, then conform to the pervading style being used. 26 26 * [http://dev.haiku-os.org/browser/haiku/trunk/src/tools/checkstyle checkstyle] can be used to help identify violations 27 * [wiki: HaikuCodingGuidelinesVIM] integrate with vim to check style.27 * [wiki:CodingGuidelines/VIM] integrate with vim to check style. 28 28 * When submitting the patch to a ticket, check the 'patch' check box in the 'Attachment Flags' 29 29 Be aware, that these style checker tools may generate false positives (eg, evaluating comments as coding violations) or may miss other violations.