question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Why do all formatting errors have code IDE0055?

See original GitHub issue

The .editorconfig formatting rules allow quite a varied (and increasing) number of configuration options as to exactly how code should be formatted. It seems quite likely that one would want to have different warning levels for the various different formatting issues, and sometimes want to outright suppress some by setting their severity to ‘none’. However this can’t be done as long as they all throw up the code IDE0055. Why not have different error codes for the different formatting issues to allow more fine-grained control?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:17 (8 by maintainers)

github_iconTop GitHub Comments

3reactions
marcospgpcommented, Jul 28, 2021

If you’re signaling an error, you must know what caused the signaling, no? You would know which constraint was crossed?

1reaction
sharwellcommented, Aug 23, 2021

still unable to use tabs for indentation

@marcospgp Can you file a new issue for this? It’s unrelated to the current issue, which is no longer being updated.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Code style formatting rule IDE0055 - .NET
Learn about using code-style rule IDE0055 to format indentations, spaces, and new lines.
Read more >
IDE0055 C# Fix formatting - Developer Community
If your Equals sign was a valid Equals sign then you would have only gotten the formatting error IDE0055: This is saying a...
Read more >
DevOps build reporting IDE0055 errors, while local ...
Locally, this all works fine. Cause a warning, it won't build; Format something in non-standard way, it won't build. The issue is ...
Read more >
[VS2019] Three grey periods (...) on almost every line, with ...
On almost every line, there are three grey dots, and if I hover my house over it, it suggests formatting due to IDE0055...
Read more >
Enforcing C# EditorConfig formatting conventions at build ...
The formatting conventions all generate the same diagnostic ID - IDE0055 and, it turns out, there is a prototype port of all those ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found