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

[Analyzers] Update .editorconfig with rules to relax IDE errors #36095

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Commits on Nov 26, 2024

  1. Configuration menu
    Copy the full SHA
    a14f70d View commit details
    Browse the repository at this point in the history
  2. [Analyzers] Configured severity for individual IDE and CA rules showi…

    …ng as errors in VS
    
    Set severity for IDE0005, IDE0008, IDE0016, IDE0018, IDE0019, IDE0021, IDE0022, IDE0023, IDE0025, IDE0027, IDE0028, IDE0029, IDE0031, IDE0032, IDE0034, IDE0036, IDE0039, IDE0042, IDE0044, IDE0045, IDE0046, IDE0047, IDE0057, IDE0051, IDE0052, IDE0054, IDE0055, IDE0056, IDE0057, IDE0059, IDE0060, IDE0061, IDE0063, IDE0071, IDE0073, IDE0074, IDE0075, IDE0077, IDE0078, IDE0083, IDE0090, IDE0100, IDE0130, IDE160, IDE180, IDE0200, IDE0240, IDE0250, IDE0251, IDE0260, IDE0270, IDE0290, IDE0300, IDE0301, IDE0305, IDE1005, IDE1006, CA1859, CA2022, CA2263
    snickler committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    118dd8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f12c2d View commit details
    Browse the repository at this point in the history
  4. [Analyzers] Fix misspelling

    snickler authored Nov 26, 2024
    Configuration menu
    Copy the full SHA
    7a0c6e3 View commit details
    Browse the repository at this point in the history
  5. Update .editorconfig

    Made the following style rules `silent` instead of `suggestion`: 
    - Use explicit type instead of 'var'
    - Use expression body for ...
    - Use block-scoped namespace
    drawbyperpetual authored Nov 26, 2024
    Configuration menu
    Copy the full SHA
    91706a9 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. Configuration menu
    Copy the full SHA
    eb12e43 View commit details
    Browse the repository at this point in the history
  2. [Analyzers] Remove IDE1006 configuration from .editorconfig in favor …

    …of making exclusions for the few entries
    snickler committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    6ec7bca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f4e254 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ffcc7f3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7dc2a35 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c926efa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4a17428 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e5b24ce View commit details
    Browse the repository at this point in the history