-
> jscs.noNovel STARTING runJunctionSeqAnalyses (v1.14.0) (Wed Jul 29 16:13:26 2020)
> rJSA: sample.files: /space/Junction_data/rawCts/S000084.l.r.m.c.lib.g.k2.a/QC.spliceJunctionAndExonCounts.forJu…
-
All the cool kids are doing it and apparently the JSCS plugin for ATOM causes ATOM to hang.
-
-
## Type of report
Task
## Provide description of the task
Currently, we are using JSHint and JSCS as our linting tools. It would be nice to get ESLint support also, which seems to have much b…
-
In both v0.2 and v0.3 I've noticed that the codebase is pretty lax in terms of formatting and conventions. (Tabs and spaces are interchanged for indentation, `this` is sometimes assigned to a variable…
-
I have the plugin enabled, configured properly, but it doesn't display any error in my code (it is always shown as valid). It used to work fine but suddenly it stopped working and I have tried pretty …
-
**Vulnerabilities**
DepShield reports that this application's usage of [lodash.assign:3.2.0](https://ossindex.sonatype.org/component/pkg:npm/lodash.assign@3.2.0) results in the following vulnerabilit…
-
I am having an issue where the linter extension does not work. I have JSCS and JSHint loaded. The linter will work only occasionally. Generally, I need to restart Brackets a bunch of times with and wi…
-
I am using gulp-jscs 4.0
I get this error at the beginning of the first line of one of my js files:
Expected token value ":" but = found at /Users/arefe/workspaces/workspace/core-tools-libs/modules/v…
-
While reviewing http://dev.ckeditor.com/ticket/12721 I made a short list of things that we could improve:
- [x] ~~I miss an ability to check a dir or path using the `jscs` and `jshint` tasks. In other…