jscs just published its new version 2.10.0, which is covered by your current version range. After updating it in your project the build went from success to failure.
This means your software is now malfunctioning, because of this update. Use this branch to work on adaptions and fixes.
Hello :wave:
:rotating_light::rotating_light::rotating_light:
jscs just published its new version 2.10.0, which is covered by your current version range. After updating it in your project the build went from success to failure.
This means your software is now malfunctioning, because of this update. Use this branch to work on adaptions and fixes.
Happy fixing and merging :palm_tree:
GitHub Release
Version 2.10.0 (2016-02-15):
Happy Presidents Day!
In this release, it's just some additional rules to update to the airbnb preset, new rules, and fixes.
Preset Changes
maximumLineLength
to theairbnb
preset (reference) (Oleg Gaidarenko)disallowSpacesInsideTemplateStringPlaceholders
to theairbnb
preset (not explicit but used in examples) (Oleg Gaidarenko)disallowNewlineBeforeBlockStatements
rule to themdcs
preset (reference) (Mauricio Massaia)New Rules
disallowSpacesInsideTemplateStringPlaceholders
(ikokostya)
requireImportsAlphabetized
(Ray Hammond)Rule Updates
requireSpaceBeforeKeywords
: skipfunction
by default (gpiress)Bug Fixes
requireNumericLiterals
: miss if first argument is an Identifier (Robert Jackson)disallowSpacesInsideTemplateStringPlaceholders
: skip the edge case (Oleg Gaidarenko)requirePaddingNewLinesBeforeExport
: exclude if only statement in block (Brian Schemp)maximumLineLength
: some nodes might contain null values (Oleg Gaidarenko)Docs
The new version differs by 16 commits .
3e918af
2.10.0
9bb126b
Misc: add 2.10.0 changelog
9cc27b9
requireNumericLiterals: miss if first argument is an Identifier
7d30671
Preset: add maximumLineLength to airbnb preset
972769d
Misc: code style fixes
222cccf
disallowSpacesInsideTemplateStringPlaceholders: skip the edge case
f8590fd
Preset: add disallowSpacesInsideTemplateStringPlaceholders to airbnb
0e00ce8
Docs: correct date in the changelog
c19442a
New Rule: disallowSpacesInsideTemplateStringPlaceholders
9b59f46
Preset: add disallowNewlineBeforeBlockStatements rule
998eb2d
Misc: make linters happy
ee7577d
Docs: various rule corrections
488ec0d
requirePaddingNewLinesBeforeExport: exclude if only statement in block
c9fab40
requireSpaceBeforeKeywords: added a new rule option
17daa29
New rule: require-imports-alphabetized
There are 16 commits in total. See the full diff.
This pull request was created by greenkeeper.io. It keeps your software, up to date, all the time.
Tired of seeing this sponsor message? Upgrade to the supporter plan! You'll also get your pull requests faster :zap: