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

Code analysis: Add editorconfig, activate code analysis, and fix code according to rules #150

Draft
wants to merge 16 commits into
base: master
Choose a base branch
from

Commits on Jan 24, 2024

  1. Add and enable editor config

    mdabros committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    f26909a View commit details
    Browse the repository at this point in the history
  2. Fix IDE0055

    mdabros committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    966e8e3 View commit details
    Browse the repository at this point in the history
  3. Fix CA1052

    mdabros committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    d85e0d7 View commit details
    Browse the repository at this point in the history
  4. Remove public constructor

    mdabros committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    2661364 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6381976 View commit details
    Browse the repository at this point in the history
  6. Fix CA1802

    mdabros committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    5eeb4e5 View commit details
    Browse the repository at this point in the history
  7. Fix CA1822

    mdabros committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    3a3f191 View commit details
    Browse the repository at this point in the history
  8. Fix CA1822

    mdabros committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    d0dba98 View commit details
    Browse the repository at this point in the history
  9. Fix IDE0044

    mdabros committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    1feb287 View commit details
    Browse the repository at this point in the history
  10. Make static

    mdabros committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    acc445c View commit details
    Browse the repository at this point in the history
  11. Fix src links

    mdabros committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    97ae27f View commit details
    Browse the repository at this point in the history
  12. Fix IDE0090

    mdabros committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    974ba53 View commit details
    Browse the repository at this point in the history
  13. Disable CA1668

    mdabros committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    5dd8e1b View commit details
    Browse the repository at this point in the history
  14. Fix CA2208

    mdabros committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    fb47f05 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. Configuration menu
    Copy the full SHA
    0ecaf89 View commit details
    Browse the repository at this point in the history
  2. Fix link

    mdabros committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    607d400 View commit details
    Browse the repository at this point in the history