Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement configuration #33

Open
martinhartt opened this issue Sep 1, 2017 · 1 comment
Open

Implement configuration #33

martinhartt opened this issue Sep 1, 2017 · 1 comment
Projects

Comments

@martinhartt
Copy link
Owner

No description provided.

@martinhartt martinhartt created this issue from a note in Roadmap (Backlog) Sep 1, 2017
@martinhartt
Copy link
Owner Author

Configuration on messagelint could be similar to ESLint and Prettier configuration.

Requirements

  • It should be quick and easy to set up
  • It should allow custom prefixes (regex pattern?)
  • It should allow a pattern of messages to not lint/format (e.g. "v1.3.2")
  • It should be sharable for a repository
  • It can extend other configuration (including "default")
  • It should be specifiable in json and yml formats
  • Specific rules should be possible to configure/turn off
  • Specific rules should have configuration which extends global config

Fields

  • extends: string[]
  • prefix: string (regex)
  • ignore: string (regex)
  • rules: [string: [string: any]]

@martinhartt martinhartt moved this from Backlog to In development in Roadmap Sep 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Roadmap
In development
Development

No branches or pull requests

1 participant