Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added style support for noProof option. #2119

Merged
merged 5 commits into from
Jun 14, 2023
Merged

Conversation

pulpgrinder
Copy link
Contributor

@pulpgrinder pulpgrinder commented May 9, 2023

Useful for blocks of source code, and
possibly other things that cause the grammar
and spelling checkers to go nuts.
Example usage:

 run: {
    font:"Consolas",
    color: "0000AA",
    break:1,
    noProof:true,
},

Also added section to .gitignore to exclude
Mac .DS_Store files. These are useless on
anything other than a Mac.

@dolanmiu
Copy link
Owner

Could you write tests for this?

@pulpgrinder
Copy link
Contributor Author

Done, I think.

Useful for blocks of source code, and
possibly other things that cause the grammar
and spelling checkers to go nuts.
Example usage:
 run: {
                            font:"Consolas",
                            color: "0000AA",
                            break:1,
                            noProof:true,
                        },

Also added section to .gitignore to exclude
Mac .DS_Store files. These are useless on
anything other than a Mac.
@codecov-commenter
Copy link

codecov-commenter commented Jun 13, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (b1513d4) 99.93% compared to head (e4eeb3f) 99.93%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2119   +/-   ##
=======================================
  Coverage   99.93%   99.93%           
=======================================
  Files         325      325           
  Lines       13007    13011    +4     
  Branches     1336     1338    +2     
=======================================
+ Hits        12999    13003    +4     
  Misses          8        8           
Impacted Files Coverage Δ
src/file/paragraph/run/properties.ts 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@dolanmiu dolanmiu merged commit 2061854 into dolanmiu:master Jun 14, 2023
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