Google Code Exporter

Results 11117 issues of Google Code Exporter

``` $ cat semicolon-after-double-devision.js var x = 2 / 2 / 1; $ gjslint semicolon-after-double-devision.js ----- FILE : /home/vagrant/work/bidder/semicolon-after-double-devision.js ----- Line 1, E:0010: Missing semicolon at end of line Found...

Priority-Medium
Type-Defect
auto-migrated

``` The following code will be broken after fixjsstyle: alert(callback || function() {}); Gets 'fixed' to: alert(callback || function() {};); ``` Original issue reported on code.google.com by `[email protected]` on 3...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. document a parameter with a default value 2. @param {String} [accessLevel] The user accessLevel is optional. 3. Run the linter What is...

auto-migrated
Priority-Low
Type-Enhancement

``` What steps will reproduce the problem? 1. Install 2.3.6 2. git clone --depth 1 git://github.com/mozilla/pdf.js.git pdfjs 3. cd pdfjs 4. time( node make lint) What is the expected output?...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. Use a non-breakable whitespace character in your code What is the expected output? What do you see instead? The expected output should...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. Enable lint error "unused_private_members" [--jslint_error unused_private_members or --jslint_error all] 2. Name a constructor property with a trailing underscore [e.g., this.property_] What is...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. Use gjslint. 2. 3. What is the expected output? What do you see instead? A list of all todos, warnings, hacks, fixmes,...

Priority-Medium
auto-migrated
Type-Enhancement

``` What steps will reproduce the problem? 1. Run the linter on https://gist.github.com/2629373 What is the expected output? No errors reported, because all of these methods are part of a...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? Create a file with a:{ 1; } What is the expected output? What do you see instead? ParseError What version of the product...

Priority-Medium
Type-Defect
auto-migrated

``` See Closure Lib 435: issue http://code.google.com/p/closure-library/issues/detail?id=435 The linter should enforce these rules (or the design doc linked in that issue should be changed to remove them). ``` Original issue...

Priority-Medium
Type-Defect
auto-migrated