Project

General

Profile

Actions

Task #38564

closed

Fix CGL violations against Squiz.WhiteSpace.SemicolonSpacing in JS files

Added by Andy Grunwald almost 12 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Code Cleanup
Target version:
Start date:
2012-07-02
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description


FILE: ...wald/Development/TYPO3/typo3_src-git/t3lib/js/extjs/ux/ext.resizable.js
--------------------------------------------------------------------------------
FOUND 3 ERROR(S) AFFECTING 3 LINE(S)
--------------------------------------------------------------------------------
  968 | ERROR | Space found before semicolon; expected "options;" but found
      |       | "options ;" 
 1015 | ERROR | Space found before semicolon; expected "maxHeight;" but found
      |       | "maxHeight ;" 
 1019 | ERROR | Space found before semicolon; expected "minHeight;" but found
      |       | "minHeight ;" 
--------------------------------------------------------------------------------

FILE: .../Development/TYPO3/typo3_src-git/typo3/js/extjs/backendcontentiframe.js
--------------------------------------------------------------------------------
FOUND 1 ERROR(S) AFFECTING 1 LINE(S)
--------------------------------------------------------------------------------
 65 | ERROR | Space found before semicolon; expected "};" but found "}
        ;" 
--------------------------------------------------------------------------------

FILE: /Users/andygrunwald/Development/TYPO3/typo3_src-git/typo3/js/tabmenu.js
--------------------------------------------------------------------------------
FOUND 1 ERROR(S) AFFECTING 1 LINE(S)
--------------------------------------------------------------------------------
 35 | ERROR | Space found before semicolon; expected "length;" but found
    |       | "length ;" 
--------------------------------------------------------------------------------

FILE: ...pment/TYPO3/typo3_src-git/typo3/sysext/rtehtmlarea/htmlarea/htmlarea.js
--------------------------------------------------------------------------------
FOUND 2 ERROR(S) AFFECTING 2 LINE(S)
--------------------------------------------------------------------------------
 2865 | ERROR | Space found before semicolon; expected ");" but found ") ;" 
 3401 | ERROR | Space found before semicolon; expected "0;" but found "0 ;" 
--------------------------------------------------------------------------------

FILE: ...c-git/typo3/sysext/rtehtmlarea/htmlarea/plugins/CopyPaste/copy-paste.js
--------------------------------------------------------------------------------
FOUND 1 ERROR(S) AFFECTING 1 LINE(S)
--------------------------------------------------------------------------------
 399 | ERROR | Space found before semicolon; expected "n;" but found "n ;" 
--------------------------------------------------------------------------------

FILE: ...sysext/rtehtmlarea/htmlarea/plugins/TableOperations/table-operations.js
--------------------------------------------------------------------------------
FOUND 5 ERROR(S) AFFECTING 5 LINE(S)
--------------------------------------------------------------------------------
 1505 | ERROR | Space found before semicolon; expected "0;" but found "0 ;" 
 1533 | ERROR | Space found before semicolon; expected "0;" but found "0 ;" 
 1543 | ERROR | Space found before semicolon; expected "0;" but found "0 ;" 
 1603 | ERROR | Space found before semicolon; expected "0;" but found "0 ;" 
 1610 | ERROR | Space found before semicolon; expected "0;" but found "0 ;" 
--------------------------------------------------------------------------------

FILE: ...t/typo3/sysext/t3editor/res/jslib/ts_codecompletion/tscodecompletion.js
--------------------------------------------------------------------------------
FOUND 2 ERROR(S) AFFECTING 2 LINE(S)
--------------------------------------------------------------------------------
 137 | ERROR | Space found before semicolon; expected "length;" but found
     |       | "length ;" 
 213 | ERROR | Space found before semicolon; expected "0;" but found "0 ;" 
--------------------------------------------------------------------------------

Time: 07:00, Memory: 106.00Mb
Actions #1

Updated by Gerrit Code Review almost 12 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/12518

Actions #2

Updated by Andy Grunwald almost 12 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #3

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF