closure-linter
closure-linter copied to clipboard
Automatically exported from code.google.com/p/closure-linter
peration not permitted: '/System/Library/Frameworks/Python.framework/Versions/2.7/bin/gflags2man.py'
Unfortunately, installation on MacOS High Sierra fails. This is the output I received from the installer: ``` $ sudo pip install https://github.com/google/closure-linter/zipball/master Collecting https://github.com/google/closure-linter/zipball/master Downloading https://github.com/google/closure-linter/zipball/master (224kB) 100% |████████████████████████████████| 225kB...
I see no way to allow checking of files with a) any extension workaround: rename 'foo.bar' to 'foo.js' b) no extension workaround: rename 'foo' to 'foo.js' proposed solution: allow switch...
Here on github the last release is 2.3.19, but on pypi it's 2.3.13, and that means that linux distros will use 2.3.13. For example, ArchLinux is using 2.3.13 on the...
As best I can tell, this project is deprecated in favor of liner.jar (from the closure-compiler repository) and clang-format. If this is correct, can this project be publicly marked as...
``` What steps will reproduce the problem? 1. Use promise chaining method 2. On promise chain call catch method to handle errors somePromiseFunc('foo') .then(function(result) { /*handle result */ }) .catch(function(err)...
``` What steps will reproduce the problem? 1. Use template string literals (ES6) 2. Use single quote in the template string literals var test = `won't fix`; // =>(0130) Multi-line...
`````` What steps will reproduce the problem? 1. write javascript code like for exameple, if you `fixjsstyle` some code such as ```javascript var a = 1, b = 3, c...
``` What steps will reproduce the problem? - Run gjslint.py using Python 3. What is the expected output? - Normal linting over the source files. What do you see instead?...
We are using `gjslint` in our atom package and whenever we want to lint a file that hasn't been saved to disk yet, we have to save it to a...