Skip to content

4 Rules removed#1061

Merged
klausi merged 2 commits intodrupal-graphql:8.x-4.xfrom
Dylan203:fix/cs-fixes-iteration-2
Aug 10, 2020
Merged

4 Rules removed#1061
klausi merged 2 commits intodrupal-graphql:8.x-4.xfrom
Dylan203:fix/cs-fixes-iteration-2

Conversation

@Dylan203
Copy link
Copy Markdown
Contributor

exclude name="Drupal.Files.EndFileNewline.NoneFound"
exclude name="Drupal.Files.EndFileNewline.TooMany"
exclude name="Drupal.Files.LineLength.TooLong"
exclude name="Drupal.NamingConventions.ValidFunctionName.ScopeNotCamelCaps"

@codecov
Copy link
Copy Markdown

codecov Bot commented Aug 10, 2020

Codecov Report

Merging #1061 into 8.x-4.x will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             8.x-4.x    #1061   +/-   ##
==========================================
  Coverage      50.38%   50.38%           
  Complexity       683      683           
==========================================
  Files            118      118           
  Lines           1820     1820           
==========================================
  Hits             917      917           
  Misses           903      903           
Impacted Files Coverage Δ Complexity Δ
src/Cache/Context/StaticCacheContext.php 0.00% <ø> (ø) 4.00 <0.00> (ø)
src/Config/LanguageConfigOverride.php 88.88% <ø> (ø) 10.00 <0.00> (ø)
src/Event/OperationEvent.php 71.42% <ø> (ø) 3.00 <0.00> (ø)
src/EventSubscriber/CurrentLanguageResetTrait.php 83.33% <ø> (ø) 5.00 <0.00> (ø)
src/GraphQL/Buffers/BufferBase.php 89.65% <ø> (ø) 11.00 <0.00> (ø)
src/GraphQL/Execution/Executor.php 99.01% <ø> (ø) 20.00 <0.00> (ø)
src/GraphQL/Utility/DeferredUtility.php 53.33% <ø> (ø) 12.00 <0.00> (ø)
src/GraphQL/Utility/DocumentSerializer.php 100.00% <ø> (ø) 4.00 <0.00> (ø)
src/GraphqlServiceProvider.php 100.00% <ø> (ø) 2.00 <0.00> (ø)
...QL/DataProducer/DataProducerPluginCachingTrait.php 0.00% <ø> (ø) 2.00 <0.00> (ø)
... and 6 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 766b8f8...e64c26d. Read the comment docs.

Copy link
Copy Markdown
Contributor

@rthideaway rthideaway left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good! thanks!
found one just method name we could make a bit more clearer, let's resolve it, and then this PR can be merged

* @covers \Drupal\graphql\Plugin\GraphQL\DataProducer\XML\XMLXpath::resolve
*/
public function testXMLXpath() {
public function testXmlxPath() {
Copy link
Copy Markdown
Contributor

@rthideaway rthideaway Aug 10, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As words describing the method are basically test XML XPath, let's camelCase by the words, which for this case results into testXmlXpath

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pushed new version

@klausi klausi merged commit f8d403b into drupal-graphql:8.x-4.x Aug 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants