This jshints need to be fixed It will be not hard as jshint explain the error well with resolve.
On Thu, Oct 1, 2015 at 9:41 AM, deepujain <[email protected]> wrote: > Github user deepujain commented on the pull request: > > > https://github.com/apache/incubator-zeppelin/pull/321#issuecomment-144614817 > > I see build errors with this patch. > > [INFO] Running "jshint:all" (jshint) task > [INFO] > [INFO] src/app/notebook/paragraph/paragraph.controller.js > [INFO] line 724 col 0 Identifier 'col_name' is not in camel case. > [INFO] line 725 col 0 Identifier 'box_column' is not in camel > case. > [INFO] line 725 col 0 Identifier 'col_name' is not in camel case. > [INFO] line 846 col 4 Missing semicolon. > [INFO] line 941 col 30 'pivotDataToBoxFormat' was used before it > was defined. > [INFO] line 943 col 0 Identifier 'col_index' is not in camel case. > [INFO] line 945 col 0 Identifier 'box_column' is not in camel > case. > [INFO] line 945 col 0 Identifier 'col_index' is not in camel case. > [INFO] line 945 col 28 Expected '!==' and instead saw '!='. > [INFO] line 947 col 0 Identifier 'col_index' is not in camel case. > [INFO] line 950 col 0 Identifier 'col_index' is not in camel case. > [INFO] line 955 col 0 Identifier 'col_index' is not in camel case. > [INFO] line 963 col 0 Identifier 'whisker_high' is not in camel > case. > [INFO] line 963 col 0 Identifier 'whisker_low' is not in camel > case. > [INFO] line 966 col 49 Expected '===' and instead saw '=='. > [INFO] line 968 col 50 Expected '===' and instead saw '=='. > [INFO] line 980 col 0 Identifier 'whisker_low' is not in camel > case. > [INFO] line 982 col 0 Identifier 'whisker_high' is not in camel > case. > [INFO] line 988 col 0 Identifier 'whisker_low' is not in camel > case. > [INFO] line 988 col 0 Identifier 'whisker_low' is not in camel > case. > [INFO] line 989 col 0 Identifier 'whisker_high' is not in camel > case. > [INFO] line 989 col 0 Identifier 'whisker_high' is not in camel > case. > [INFO] line 996 col 34 Expected '===' and instead saw '=='. > [INFO] line 998 col 6 Missing semicolon. > [INFO] line 725 col 5 'box_column' is not defined. > [INFO] line 945 col 15 'box_column' is not defined. > [INFO] line 983 col 34 'secondHalfOfArrr' is not defined. > [INFO] > [INFO] ✖ 27 problems > [INFO] > [INFO] Warning: Task "jshint:all" failed. Use --force to continue. > > > > --- > If your project is set up for it, you can reply to this email and have your > reply appear on GitHub as well. If your project does not have this feature > enabled and wishes so, or if the feature is enabled but not working, please > contact infrastructure at [email protected] or file a JIRA ticket > with INFRA. > --- > -- Cheers, Madhuka Udantha http://madhukaudantha.blogspot.com
