Checking rules are too tight (unnecessary tight) ! I suggest to accept more then one standard.
See original GitHub issueAs I am trying to open a this https://github.com/ManimCommunity/manim/pull/198 PR
Rules are too tight(unnecessary tight) for example I am using prettifier in visual studio code and it puts a:5
as a: 5
but checker want it to be a : 5
instead of a: 5
, I think that’s wrong and it will slow development process. Remove those checks or make them loose, so that it can accept both formats.
See even Grammarly is saying this its wrong
I just mean to say its too tight roles, so much that it’s(the little things) not that necessary. I suggest accepting more standard formats. I mean if this is possible then please add a condition or something that checks for multiple standards and if any of the standard matches then it should accept the code.
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Too Tight or Perfect Fit? When to Use Press Fits in Your ... - Fictiv
Second rule of press fits: never more than two pins per assembly operation. Even better, use only one interference fit and align the...
Read more >MULTIPLE CHOICE TEST TAKING STRATEGIES
1. Ask yourself whether the answer you're considering completely addresses the question. If the test answer is only partly true or is true...
Read more >Cargo Securement Rules | FMCSA
Summary of the new cargo rules Requirements concerning securement, working load limits, blocking and bracing are applicable to all commodities being ...
Read more >1910.134 App A - Fit Testing Procedures (Mandatory).
Be sure the covers are on tight, then shake each bottle for two seconds. Unscrew the lid of each bottle, one at a...
Read more >Federal Register, Volume 75 Issue 193 (Wednesday, October 6, 2010)
The proposed rule change was published for comment in the Federal ... proposed rule to electronic media and not paper documents is too...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks, @leotrs, and @kilacoda. it helped and works! 😀
You can use whatever format you want to use while writing your code, just format it with black once before committing.