rjmurillo/moq.analyzers

View on GitHub
.github/workflows/main.yml

Summary

Maintainability
Test Coverage

Expected an indentation at 4 instead of at 2.
Open

  push:
Severity: Minor
Found in .github/workflows/main.yml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  schedule:
Severity: Minor
Found in .github/workflows/main.yml by editorconfig

Expected an indentation at 8 instead of at 6.
Open

      run: dotnet restore
Severity: Minor
Found in .github/workflows/main.yml by editorconfig

Expected an indentation at 8 instead of at 6.
Open

      # Uses ETL which needs Windows
Severity: Minor
Found in .github/workflows/main.yml by editorconfig

Expected an indentation at 8 instead of at 6.
Open

      if: ${{ runner.os == 'Windows' }} 
Severity: Minor
Found in .github/workflows/main.yml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  workflow_call: # Allow to be called from the release workflow
Severity: Minor
Found in .github/workflows/main.yml by editorconfig

Expected an indentation at 8 instead of at 6.
Open

      matrix:
Severity: Minor
Found in .github/workflows/main.yml by editorconfig

Expected an indentation at 8 instead of at 6.
Open

      with:
Severity: Minor
Found in .github/workflows/main.yml by editorconfig

Expected an indentation at 8 instead of at 6.
Open

      - main
Severity: Minor
Found in .github/workflows/main.yml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  security-events: write  # required for CodeQL
Severity: Minor
Found in .github/workflows/main.yml by editorconfig

Expected an indentation at 8 instead of at 6.
Open

      uses: actions/upload-artifact@v4
Severity: Minor
Found in .github/workflows/main.yml by editorconfig

Expected an indentation at 8 instead of at 6.
Open

      with:
Severity: Minor
Found in .github/workflows/main.yml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  contents: read
Severity: Minor
Found in .github/workflows/main.yml by editorconfig

Expected an indentation at 8 instead of at 6.
Open

      run: dotnet test --no-build --configuration Release --settings ./build/targets/tests/test.runsettings
Severity: Minor
Found in .github/workflows/main.yml by editorconfig

Expected an indentation at 12 instead of at 10.
Open

          **/*.received.*
Severity: Minor
Found in .github/workflows/main.yml by editorconfig

Expected an indentation at 8 instead of at 6.
Open

      with:
Severity: Minor
Found in .github/workflows/main.yml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  merge_group:
Severity: Minor
Found in .github/workflows/main.yml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  packages: read
Severity: Minor
Found in .github/workflows/main.yml by editorconfig

Expected an indentation at 8 instead of at 6.
Open

      with:
Severity: Minor
Found in .github/workflows/main.yml by editorconfig

Expected an indentation at 8 instead of at 6.
Open

      if: failure()
Severity: Minor
Found in .github/workflows/main.yml by editorconfig

Expected an indentation at 8 instead of at 6.
Open

      uses: codacy/codacy-coverage-reporter-action@v1.3.0
Severity: Minor
Found in .github/workflows/main.yml by editorconfig

Expected an indentation at 8 instead of at 6.
Open

      with:
Severity: Minor
Found in .github/workflows/main.yml by editorconfig

Expected an indentation at 8 instead of at 6.
Open

      IS_COVERAGE_ALLOWED: ${{ secrets.CODACY_PROJECT_TOKEN != '' }}
Severity: Minor
Found in .github/workflows/main.yml by editorconfig

Expected an indentation at 8 instead of at 6.
Open

      uses: github/codeql-action/analyze@v3
Severity: Minor
Found in .github/workflows/main.yml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  pull_request:
Severity: Minor
Found in .github/workflows/main.yml by editorconfig

Expected an indentation at 8 instead of at 6.
Open

      - main
Severity: Minor
Found in .github/workflows/main.yml by editorconfig

Expected an indentation at 8 instead of at 6.
Open

      with:
Severity: Minor
Found in .github/workflows/main.yml by editorconfig

Expected an indentation at 8 instead of at 6.
Open

      uses: github/codeql-action/init@v3
Severity: Minor
Found in .github/workflows/main.yml by editorconfig

Expected an indentation at 8 instead of at 6.
Open

      uses: actions/upload-artifact@v4
Severity: Minor
Found in .github/workflows/main.yml by editorconfig

Expected an indentation at 8 instead of at 6.
Open

      uses: actions/upload-artifact@v4
Severity: Minor
Found in .github/workflows/main.yml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  workflow_dispatch: # Allow running the workflow manually from the GitHub UI
Severity: Minor
Found in .github/workflows/main.yml by editorconfig

Expected an indentation at 8 instead of at 6.
Open

      uses: actions/upload-artifact@v4
Severity: Minor
Found in .github/workflows/main.yml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  build:
Severity: Minor
Found in .github/workflows/main.yml by editorconfig

Expected an indentation at 8 instead of at 6.
Open

      uses: actions/setup-dotnet@v4
Severity: Minor
Found in .github/workflows/main.yml by editorconfig

Expected an indentation at 8 instead of at 6.
Open

      run: dotnet build --no-restore --configuration Release /bl:./artifacts/logs/release/build.release.binlog
Severity: Minor
Found in .github/workflows/main.yml by editorconfig

Expected an indentation at 8 instead of at 6.
Open

      uses: actions/upload-artifact@v4
Severity: Minor
Found in .github/workflows/main.yml by editorconfig

Expected an indentation at 8 instead of at 6.
Open

      if: success() || failure()
Severity: Minor
Found in .github/workflows/main.yml by editorconfig

Expected an indentation at 8 instead of at 6.
Open

      with:
Severity: Minor
Found in .github/workflows/main.yml by editorconfig

Expected an indentation at 8 instead of at 6.
Open

      run: cat artifacts/TestResults/coverage/SummaryGithub.md >> $GITHUB_STEP_SUMMARY
Severity: Minor
Found in .github/workflows/main.yml by editorconfig

Expected an indentation at 8 instead of at 6.
Open

      run: ${{ github.workspace }}/build/scripts/perf/PerfCore.ps1 -v diag -diff -ci
Severity: Minor
Found in .github/workflows/main.yml by editorconfig

Expected an indentation at 4 instead of at 2.
Open

  actions: read
Severity: Minor
Found in .github/workflows/main.yml by editorconfig

Expected an indentation at 8 instead of at 6.
Open

      - main
Severity: Minor
Found in .github/workflows/main.yml by editorconfig

Expected an indentation at 8 instead of at 6.
Open

      if: ${{ runner.os == 'Linux' && env.IS_COVERAGE_ALLOWED == 'true' }}
Severity: Minor
Found in .github/workflows/main.yml by editorconfig

Expected an indentation at 8 instead of at 6.
Open

      with:
Severity: Minor
Found in .github/workflows/main.yml by editorconfig

Expected an indentation at 8 instead of at 6.
Open

      if: success() || failure()
Severity: Minor
Found in .github/workflows/main.yml by editorconfig

Expected an indentation at 12 instead of at 10.
Open

          ./artifacts/package
Severity: Minor
Found in .github/workflows/main.yml by editorconfig

Expected an indentation at 8 instead of at 6.
Open

      fail-fast: false # Run all OSes, even if one fails, to help narrow down issues that only impact some platforms
Severity: Minor
Found in .github/workflows/main.yml by editorconfig

Expected an indentation at 8 instead of at 6.
Open

      with:
Severity: Minor
Found in .github/workflows/main.yml by editorconfig

Expected an indentation at 8 instead of at 6.
Open

      shell: bash
Severity: Minor
Found in .github/workflows/main.yml by editorconfig

Expected an indentation at 8 instead of at 6.
Open

      with:
Severity: Minor
Found in .github/workflows/main.yml by editorconfig

Expected an indentation at 8 instead of at 6.
Open

      shell: pwsh
Severity: Minor
Found in .github/workflows/main.yml by editorconfig

There are no issues that match your filters.

Category
Status