ansys / pyprimemesh

Pythonic Meshing Client for Ansys Prime Server
https://prime.docs.pyansys.com/
MIT License
20 stars 9 forks source link

doc: Remove rule that is not working as expected #639

Closed AlejandroFernandezLuces closed 1 year ago

AlejandroFernandezLuces commented 1 year ago

Google Headings rule is not working as expected. It is raising a warning in sentences that are fine. For example:

Should work and fails:

This is a heading

Shouldn't work and passes:

this is a heading

For the time being we should remove this rule.

codecov-commenter commented 1 year ago

Codecov Report

Merging #639 (1fca071) into main (e4ca9aa) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #639   +/-   ##
=======================================
  Coverage   76.02%   76.02%           
=======================================
  Files          32       32           
  Lines        2273     2273           
=======================================
  Hits         1728     1728           
  Misses        545      545