Closed (fixed)
Project:
Advanced Views RSS Feed
Version:
8.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
30 Aug 2022 at 12:58 UTC
Updated:
17 Jan 2023 at 15:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
lucasbaralmI will work on this!
Comment #3
lucasbaralmRunning phpcs I found the following standards errors:
I fixed all but this one:
It is relative to a comment that, for readability, I believe it is better not to break the line:
// <cloud domain="www.example.com" path="/viewsrsscloud.html" protocol="https"/>\nComment #4
lucasbaralmComment #5
lucasbaralmSorry i forgot to move to Needs review.
Comment #6
urvashi_vora commentedHi,
I will review this
Comment #7
urvashi_vora commentedHi,
I reviewed your patch.
Comment #8
urvashi_vora commentedStill, there are some issues left, hence moving it to needs work.
Thanks
Comment #9
LeoAlcci commentedI'll work on it!
Comment #10
LeoAlcci commentedComment #11
LeoAlcci commentedI accomplished to resolved almost all the phpcs errors, the only left is:
FOUND 1 ERROR AFFECTING 1 LINE
-------------------------------------------------------------------------------------------------------------------------------------------------
20 | ERROR | Do not disable strict config schema checking in tests. Instead ensure your module properly declares its schema for configurations.
-------------------------------------------------------------------------------------------------------------------------------------------------
Time: 443ms; Memory: 12MB
Please kindly review it!
Comment #12
LeoAlcci commentedComment #13
christyanpaim commentedComment #14
christyanpaim commentedComment #15
gersonjlWill review it
Comment #16
gersonjlAs said on #11, there is only one error left, will try to fix it
Comment #17
gersonjlCouldn't fix it.
Comment #18
juancec commentedHi, I'm providing an updated patch which fixes the PHPCS issue in #11. Kindly review it and let me know your feedback. Good job everyone.
Comment #20
lbonfioli commentedI'll try to fix the remaining problems.
Comment #21
lbonfioli commentedComment #22
adaucyjI'll work on it.
Comment #23
adaucyjCreate schema for tests. Could someone review it, please?
Comment #24
gabrieldv commentedI'll be reviewing it, thanks you all for all the work with the patches :)
Comment #25
gabrieldv commentedTested the #23 patch and phpcs returned no error. Also tested in the automated tests and installing the module in CMS: testing a bit, nothing wrong, so i'm moving it to RTBC, again great work.
Comment #26
damienmckennaI made some further improvements, and one of the changes was already committed in a separate issue.
Comment #28
idebr commentedtests/modules/views_rss_test_config/config/schema/views_rss.style.schema.yml is redundant with the config schema added in #3313908: Implement configuration schema and can be removed.
Comment #29
damienmckennaHopefully this fixes the last issue.
Comment #30
damienmckenna@idebr: Yeah, thanks, I was coming to the same conclusion.
Comment #31
damienmckennaThe test submodule depends on views_rss_core, not just Views.
Comment #33
damienmckennaCommitted. Thanks everyone!