-
Notifications
You must be signed in to change notification settings - Fork 69
Cookstyle configuration "streams" #967
Copy link
Copy link
Open
Labels
Aspect: StabilityConsistent results.Consistent results.Triage: Feature RequestIndicates an issue requesting new functionality.Indicates an issue requesting new functionality.Type: Design ProposalCommunity survey of a proposal.Community survey of a proposal.Type: EnhancementAdds new functionality.Adds new functionality.
Description
Activity
Metadata
Metadata
Assignees
Labels
Aspect: StabilityConsistent results.Consistent results.Triage: Feature RequestIndicates an issue requesting new functionality.Indicates an issue requesting new functionality.Type: Design ProposalCommunity survey of a proposal.Community survey of a proposal.Type: EnhancementAdds new functionality.Adds new functionality.
Motivation
Specification
The current thinking is something like
TargetChefVersionin .rubocop.yml. We can specify aCookstyleCopStreamwhich has values ofstable(the current set, which almost never changes save for bug fixes), dates for yearly snapshots (egYYYYMMDD) so that new Cops can be ratcheted in easily, andlatest(what it says on the tin).Downstream Impact