RULEAPI-605 Find the best order in "merge implementation"/"merge specification" and fix rule-api to support it

This commit is contained in:
Amélie Renard 2021-05-05 14:07:34 +02:00 committed by GitHub
parent 4f738dfb93
commit 19d237ce18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,8 +108,9 @@ Replace the repository with the one you currently work on.
=== 5. Implement the rule
Implement the rule, update analyzer's metadata, and merge the rule implementation in your analyzer repository.
Afterwards, merge the RSPEC pull request.
Implement the rule as usual. +
Merge the RSPEC pull request before updating the metadata of the analyzer otherwise `rule-api` will not work. +
And finally, merge the rule implementation in your analyzer repository.
==== Generate/Update rule metadata for the analyzer