Advertisement
Corpse93

Norme erreur

Jul 29th, 2015
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.11 KB | None | 0 0
  1. Erreur Norme MAIN:
  2.  
  3. Norme: main.c
  4. Error: global scope bad aligned
  5. Error: 42 header not at top of the file
  6. Error (line 12): Struct Field bad aligned
  7. Error (line 12): declaration of Struct forbidden in .c
  8. Error (line 12): must have only tabulations between struct and Field.
  9. Error (line 12, col 0): Field not unixcase
  10. Error (line 12, col 0): Field is not well prefixed.
  11. Error (line 15): multiple declarations
  12. Error (line 19): declaration of square_find_2 forbidden in .c
  13. Error (line 21, col 0): _memchr not unixcase
  14. Error (line 26): missing newline after while
  15. Error (line 26): bad indentation
  16. Error (line 26): 2 instructions
  17. Error (line 26, col 1): missing space after while
  18. Error (line 27): Empty line
  19. Error (line 28): missing newline after if
  20. Error (line 28): bad indentation
  21. Error (line 28): 2 instructions
  22. Error (line 28, col 1): missing space after if
  23. Error (line 29, col 8): missing parentheses in return statement
  24. Error (line 32): comment not well formatted
  25. Error (line 41): declarations in load are bad aligned
  26. Error (line 41): declarations in load must be at the top of the function
  27. Error (line 41): function load has 89 lines
  28. Error (line 41): bad spacing between _memchr and load
  29. Error (line 41, col 0): load has 9 variables
  30. Error (line 43): multiple declarations
  31. Error (line 45, col 5): fd is instanciated during declaration
  32. Error (line 46): multiple declarations
  33. Error (line 46, col 8): length is instanciated during declaration
  34. Error (line 47): multiple declarations
  35. Error (line 47, col 5): lines is instanciated during declaration
  36. Error (line 47, col 16): columns is instanciated during declaration
  37. Error (line 49): multiple empty lines
  38. Error (line 50): C++ comment
  39. Error (line 51, col 1): missing space after if
  40. Error (line 55, col 2): missing space after return
  41. Error (line 58): C++ comment
  42. Error (line 61): C++ comment
  43. Error (line 62): missing newline after while
  44. Error (line 62): bad indentation
  45. Error (line 62): 2 instructions
  46. Error (line 62, col 1): missing space after while
  47. Error (line 64): C++ comment
  48. Error (line 64): bad indentation
  49. Error (line 66): missing newline after while
  50. Error (line 66): bad indentation
  51. Error (line 66): 2 instructions
  52. Error (line 66, col 1): missing space after while
  53. Error (line 68): C++ comment
  54. Error (line 71): C++ comment
  55. Error (line 76): C++ comment
  56. Error (line 81): C++ comment
  57. Error (line 83, col 1): missing space after while
  58. Error (line 85): C++ comment
  59. Error (line 85): bad indentation
  60. Error (line 87): C++ comment
  61. Error (line 89): C++ comment
  62. Error (line 90): missing newline after if
  63. Error (line 90): bad indentation
  64. Error (line 90): 2 instructions
  65. Error (line 90, col 2): missing space after if
  66. Error (line 91): C++ comment
  67. Error (line 91): bad indentation
  68. Error (line 94): C++ comment
  69. Error (line 97): C++ comment
  70. Error (line 99, col 1): missing space after if
  71. Error (line 103, col 2): missing space after return
  72. Error (line 106): C++ comment
  73. Error (line 111): C++ comment
  74. Error (line 114, col 1): missing space after while
  75. Error (line 117, col 8): tmp is instanciated during declaration
  76. Error (line 119, col 2): missing space after if
  77. Error (line 124, col 3): missing space after return
  78. Error (line 126): Empty line
  79. Error (line 130): Empty line
  80. Error (line 134): declarations in field are bad aligned
  81. Error (line 134): function field has 49 lines
  82. Error (line 134, col 0): field has 11 variables
  83. Error (line 136, col 1): Field not unixcase
  84. Error (line 137): multiple declarations
  85. Error (line 138): multiple declarations
  86. Error (line 139): multiple declarations
  87. Error (line 140): multiple declarations
  88. Error (line 140, col 5): i is instanciated during declaration
  89. Error (line 141, col 5): c is instanciated during declaration
  90. Error (line 145): missing newline after if
  91. Error (line 145): bad indentation
  92. Error (line 145): 2 instructions
  93. Error (line 145, col 1): missing space after if
  94. Error (line 145, col 11): missing space after return
  95. Error (line 146): Empty line
  96. Error (line 149): Empty line
  97. Error (line 151): Empty line
  98. Error (line 153, col 1): missing space after while
  99. Error (line 160, col 1): missing space after while
  100. Error (line 164): Empty line
  101. Error (line 166): missing newline after while
  102. Error (line 166): bad indentation
  103. Error (line 166): 2 instructions
  104. Error (line 166, col 2): missing space after while
  105. Error (line 168): Empty line
  106. Error (line 171): Empty line
  107. Error (line 175, col 1): missing space after while
  108. Error (line 182): Empty line
  109. Error (line 187): declarations in main are bad aligned
  110. Error (line 190, col 5): i is instanciated during declaration
  111. Error (line 192, col 1): missing space after if
  112. Error (line 195): missing newline after while
  113. Error (line 195): bad indentation
  114. Error (line 195): 2 instructions
  115. Error (line 195, col 6): missing space after while
  116. Error (line 196): Empty line
  117. Error (line 197, col 8): missing parentheses in return statement
  118.  
  119.  
  120. ###########################################################################################
  121.  
  122. Norme: square.c
  123. Error: global scope bad aligned
  124. Error: 42 header not at top of the file
  125. Error (line 3): Struct Field bad aligned
  126. Error (line 3): declaration of Struct forbidden in .c
  127. Error (line 3): must have only tabulations between struct and Field.
  128. Error (line 3, col 0): Field not unixcase
  129. Error (line 3, col 0): Field is not well prefixed.
  130. Error (line 6): multiple declarations
  131. Error (line 10): declarations in square_test are bad aligned
  132. Error (line 10): declarations in square_test must be at the top of the function
  133. Error (line 10): function square_test has 48 lines
  134. Error (line 10, col 7): square_test has 7 variables
  135. Error (line 12): multiple declarations
  136. Error (line 12, col 5): width is instanciated during declaration
  137. Error (line 12, col 28): chars is instanciated during declaration
  138. Error (line 13): C++ comment
  139. Error (line 15): C++ comment
  140. Error (line 16, col 5): ok is instanciated during declaration
  141. Error (line 17): C++ comment
  142. Error (line 18): multiple declarations
  143. Error (line 18, col 5): i is instanciated during declaration
  144. Error (line 19): C++ comment
  145. Error (line 20, col 5): obstacle is instanciated during declaration
  146. Error (line 22): C++ comment
  147. Error (line 23, col 1): missing space after while
  148. Error (line 25): C++ comment
  149. Error (line 25): bad indentation
  150. Error (line 27): Empty line
  151. Error (line 28): C++ comment
  152. Error (line 29, col 2): missing space after while
  153. Error (line 31): C++ comment
  154. Error (line 31): bad indentation
  155. Error (line 32, col 3): missing space after if
  156. Error (line 34): C++ comment
  157. Error (line 34): bad indentation
  158. Error (line 36): C++ comment
  159. Error (line 37): C++ comment
  160. Error (line 38, col 4): missing space after break
  161. Error (line 40): Empty line
  162. Error (line 41): C++ comment
  163. Error (line 43): C++ comment
  164. Error (line 46): Empty line
  165. Error (line 47): C++ comment
  166. Error (line 48): missing newline after if
  167. Error (line 48): bad indentation
  168. Error (line 48): 2 instructions
  169. Error (line 48, col 2): missing space after if
  170. Error (line 48, col 10): missing space after break
  171. Error (line 49): C++ comment
  172. Error (line 49): bad indentation
  173. Error (line 50): C++ comment
  174. Error (line 50): bad indentation
  175. Error (line 52): C++ comment
  176. Error (line 55): Empty line
  177. Error (line 56): C++ comment
  178. Error (line 57): missing newline after if
  179. Error (line 57): bad indentation
  180. Error (line 57): 2 instructions
  181. Error (line 57, col 1): missing space after if
  182. Error (line 57, col 15): missing parentheses in return statement
  183. Error (line 58): C++ comment
  184. Error (line 58): bad indentation
  185. Error (line 59): bad indentation
  186. Error (line 59, col 13): missing parentheses in return statement
  187. Error (line 62): function square_find_2 has 40 lines
  188. Error (line 62, col 0): square_find_2 has 8 variables
  189. Error (line 64): multiple declarations
  190. Error (line 64, col 5): width is instanciated during declaration
  191. Error (line 64, col 27): height is instanciated during declaration
  192. Error (line 65, col 5): max is instanciated during declaration
  193. Error (line 66, col 5): result is instanciated during declaration
  194. Error (line 67): multiple declarations
  195. Error (line 67, col 5): line is instanciated during declaration
  196. Error (line 67, col 15): column is instanciated during declaration
  197. Error (line 68, col 5): n is instanciated during declaration
  198. Error (line 70, col 1): missing space after while
  199. Error (line 72): C++ comment
  200. Error (line 72): bad indentation
  201. Error (line 74): Empty line
  202. Error (line 75): C++ comment
  203. Error (line 76, col 2): missing space after while
  204. Error (line 79, col 3): missing space after if
  205. Error (line 82, col 4): missing space after break
  206. Error (line 84): bad indentation
  207. Error (line 84, col 24): missing space around +
  208. Error (line 84, col 27): space before ;
  209. Error (line 85): Empty line
  210. Error (line 86, col 3): missing space after if
  211. Error (line 92): Empty line
  212. Error (line 93): C++ comment
  213. Error (line 94): missing newline after if
  214. Error (line 94): bad indentation
  215. Error (line 94): 2 instructions
  216. Error (line 94, col 2): missing space after if
  217. Error (line 94, col 13): missing space after break
  218. Error (line 95): Empty line
  219. Error (line 96): C++ comment
  220. Error (line 96): bad indentation
  221. Error (line 100): Empty line
  222. Error (line 101): C++ comment
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement