-
-
Notifications
You must be signed in to change notification settings - Fork 382
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
feat: new configuration structure #445
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Shinigami92
changed the title
feat: new condiguration structure
feat: new configuration structure
Jun 2, 2020
8 tasks
thedaviddias
approved these changes
Jun 23, 2020
thedaviddias
pushed a commit
that referenced
this pull request
Jun 25, 2020
# [0.15.0-beta.1](v0.14.0...v0.15.0-beta.1) (2020-06-25) ### Features * new configuration structure ([#445](#445)) ([0c55a30](0c55a30))
🎉 This PR is included in version 0.15.0-beta.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
thedaviddias
added
the
released on @beta
The issue was released on the beta branch
label
Jun 25, 2020
Shinigami92
added a commit
that referenced
this pull request
Jun 25, 2020
* feat: rebuild ruleset interface * feat: update default ruleset * feat: check is rule enabled * feat: pass reporter message callback to init * feat: implement new options * feat: bind reporter to callback * feat: update tests * feat: fix inline comments * feat: fix test
Shinigami92
pushed a commit
that referenced
this pull request
Jun 25, 2020
thedaviddias
pushed a commit
that referenced
this pull request
Jun 25, 2020
# [1.0.0-beta.1](v0.14.1...v1.0.0-beta.1) (2020-06-25) ### Bug Fixes * fix circular beta release ([dbc5efc](dbc5efc)) ### Continuous Integration * trigger major bump ([f6de930](f6de930)) ### Features * new configuration structure ([#445](#445)) ([ae99648](ae99648)) ### BREAKING CHANGES * Rules have a new structure
thedaviddias
pushed a commit
that referenced
this pull request
Jun 25, 2020
# [1.0.0-beta.1](v0.14.1...v1.0.0-beta.1) (2020-06-25) ### Bug Fixes * fix circular beta release ([dbc5efc](dbc5efc)) ### Continuous Integration * trigger major bump ([f6de930](f6de930)) ### Features * new configuration structure ([#445](#445)) ([ae99648](ae99648)) ### BREAKING CHANGES * Rules have a new structure
thedaviddias
pushed a commit
that referenced
this pull request
Jun 25, 2020
# [1.0.0-beta.1](v0.14.1...v1.0.0-beta.1) (2020-06-25) ### Bug Fixes * fix circular beta release ([dbc5efc](dbc5efc)) ### Continuous Integration * trigger major bump ([f6de930](f6de930)) ### Features * new configuration structure ([#445](#445)) ([ae99648](ae99648)) ### BREAKING CHANGES * Rules have a new structure
thedaviddias
pushed a commit
that referenced
this pull request
Jun 25, 2020
# [1.0.0-beta.1](v0.14.1...v1.0.0-beta.1) (2020-06-25) ### Bug Fixes * fix circular beta release ([dbc5efc](dbc5efc)) * remove duplicate changelog ([#474](#474)) ([cfb015b](cfb015b)) ### Continuous Integration * trigger major bump ([f6de930](f6de930)) ### Features * new configuration structure ([#445](#445)) ([ae99648](ae99648)) ### BREAKING CHANGES * Rules have a new structure
thedaviddias
pushed a commit
that referenced
this pull request
Jun 25, 2020
# [1.0.0-beta.1](v0.14.1...v1.0.0-beta.1) (2020-06-25) ### Bug Fixes * fix circular beta release ([dbc5efc](dbc5efc)) * remove duplicate changelog ([#474](#474)) ([cfb015b](cfb015b)) ### Continuous Integration * trigger major bump ([f6de930](f6de930)) ### Features * new configuration structure ([#445](#445)) ([ae99648](ae99648)) ### BREAKING CHANGES * Rules have a new structure
Shinigami92
added a commit
that referenced
this pull request
Jun 30, 2020
* feat: rebuild ruleset interface * feat: update default ruleset * feat: check is rule enabled * feat: pass reporter message callback to init * feat: implement new options * feat: bind reporter to callback * feat: update tests * feat: fix inline comments * feat: fix test
Shinigami92
pushed a commit
that referenced
this pull request
Jun 30, 2020
Shinigami92
added a commit
that referenced
this pull request
Jul 8, 2020
* feat: rebuild ruleset interface * feat: update default ruleset * feat: check is rule enabled * feat: pass reporter message callback to init * feat: implement new options * feat: bind reporter to callback * feat: update tests * feat: fix inline comments * feat: fix test
Shinigami92
pushed a commit
that referenced
this pull request
Jul 8, 2020
Shinigami92
added a commit
that referenced
this pull request
Jul 10, 2020
* feat: rebuild ruleset interface * feat: update default ruleset * feat: check is rule enabled * feat: pass reporter message callback to init * feat: implement new options * feat: bind reporter to callback * feat: update tests * feat: fix inline comments * feat: fix test
Shinigami92
pushed a commit
that referenced
this pull request
Jul 10, 2020
Shinigami92
added a commit
that referenced
this pull request
Jul 10, 2020
* feat: rebuild ruleset interface * feat: update default ruleset * feat: check is rule enabled * feat: pass reporter message callback to init * feat: implement new options * feat: bind reporter to callback * feat: update tests * feat: fix inline comments * feat: fix test
Shinigami92
pushed a commit
that referenced
this pull request
Jul 10, 2020
thedaviddias
pushed a commit
that referenced
this pull request
Jul 10, 2020
# [1.0.0-beta.1](v0.14.1...v1.0.0-beta.1) (2020-07-10) ### Bug Fixes * remove duplicate changelog ([#474](#474)) ([4e17338](4e17338)) ### Continuous Integration * trigger major bump ([be0b2af](be0b2af)) ### Features * move rules into dedicated attribute ([#476](#476)) ([c9fb2c3](c9fb2c3)) * new configuration structure ([#445](#445)) ([0b007b3](0b007b3)) ### BREAKING CHANGES * Rules have a new structure
thedaviddias
pushed a commit
that referenced
this pull request
Jul 10, 2020
# [1.0.0-beta.1](v0.14.1...v1.0.0-beta.1) (2020-07-10) ### Bug Fixes * remove duplicate changelog ([#474](#474)) ([4e17338](4e17338)) ### Continuous Integration * trigger major bump ([be0b2af](be0b2af)) ### Features * move rules into dedicated attribute ([#476](#476)) ([c9fb2c3](c9fb2c3)) * new configuration structure ([#445](#445)) ([0b007b3](0b007b3)) ### BREAKING CHANGES * Rules have a new structure
Any hint on how to test the beta? {
"extends": ["htmlhint:recommended"],
"defaultSeverity": "error",
"htmlVersion": "html5",
"rules": {
"alt-require": ["error"]
}
} No error was generated with |
thedaviddias
pushed a commit
that referenced
this pull request
Jun 14, 2021
* feat: rebuild ruleset interface * feat: update default ruleset * feat: check is rule enabled * feat: pass reporter message callback to init * feat: implement new options * feat: bind reporter to callback * feat: update tests * feat: fix inline comments * feat: fix test
thedaviddias
added a commit
that referenced
this pull request
Jun 14, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
feature request
Functionality that introduces a new feature
released on @beta
The issue was released on the beta branch
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
BREAKING CHANGE: Rules have a new structure
Short description of what this resolves:
ref #279
Proposed changes:
#279 (comment)
Tasks:
I think I will build the other tasks in other PRs