remarkjs / gulp-remark

Deprecated Gulp plugin for remark — please use npm scripts and the like
9 stars 3 forks source link

frail not working with `gulpRemark().use(plugin[, options])` #8

Closed alexander-akait closed 8 years ago

alexander-akait commented 8 years ago
.pipe(gulpRemark({detectRC: false, frail: true}).use(gulpRemarkLint, config.options.remarkLint));
wooorm commented 8 years ago

Please provide more detailed what you’re using, such as version numbers, applicable files, etc. And, what results you are getting, and what you expected.

alexander-akait commented 8 years ago

@wooorm last version of plugin, use remark-lint on files to check their.

[13:54:38] Starting 'remarkLint'...
/path_to_file/README.md
       26:1  warning  Remove 1 line before node   no-consecutive-blank-lines

⚠ 1 warning
/path_to_file/LICENSE.md: no issues found
[13:54:38] Finished 'remarkLint' after 127 ms

Expected throw error, i run this on CI.

wooorm commented 8 years ago

@denysdovhan any idea why this isn’t working?

denysdovhan commented 8 years ago

@wooorm nope, I can't fix it just now. I have a small troubles with my laptop.