SamVerschueren / clinton

Project style linter
MIT License
122 stars 9 forks source link

Cache the package.json schema #61

Closed SamVerschueren closed 7 years ago

SamVerschueren commented 7 years ago

The pkg-schema rule checks if the package.json if the project matches the schema. Every time this rule is executed, it fetches the schema remotely. I think it would be better to cache this for a certain amount of time. Not sure if this will every change in the near future. Maybe we can set it to a couple of days later.