You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am creating this issue after my comment here: #3 (comment)
After further testing, I have discovered that the comment ins the analysis_options.yaml file break the possibility of customization. This may occur due to some YAML library parsing problems, maybe some undocumented handling of comment nodes, no idea.
I have done the following to determine this:
Try to use pedenatic package and extend the rules adding and disabling - this works - pedantic has no comments in their files
Copy the analysis_options.yaml file of this library to a local project file - customization does not work
Remove all comments form the local file - customization works
The text was updated successfully, but these errors were encountered:
I am creating this issue after my comment here: #3 (comment)
After further testing, I have discovered that the comment ins the
analysis_options.yaml
file break the possibility of customization. This may occur due to some YAML library parsing problems, maybe some undocumented handling of comment nodes, no idea.I have done the following to determine this:
pedenatic
package and extend the rules adding and disabling - this works - pedantic has no comments in their filesanalysis_options.yaml
file of this library to a local project file - customization does not workThe text was updated successfully, but these errors were encountered: