SamVerschueren / clinton

Project style linter
MIT License
122 stars 9 forks source link

Rule to ensure the Node.js versions in .travis.yml matches the "engine" field in package.json #38

Closed sindresorhus closed 8 years ago

sindresorhus commented 8 years ago

And the other way around. For example if the engine field is ">=4", and .travis.yml contains 4 and 0.12 it should warn that 0.12 is moot and that 6 is missing.

SamVerschueren commented 8 years ago

Was thinking about this a couple of days ago. Thanks for requesting it :). Should be fixable as well.