Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
For #26844: Ensure consistent usage of a newline at the end of each f…
Browse files Browse the repository at this point in the history
…ile.
  • Loading branch information
mcarare committed Sep 8, 2022
1 parent d82cfa7 commit 59b83c7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@
ktlint_disabled_rules=import-ordering

ij_kotlin_allow_trailing_comma_on_call_site=true
ij_kotlin_allow_trailing_comma=true
ij_kotlin_allow_trailing_comma=true

[*]
insert_final_newline = true

3 comments on commit 59b83c7

@firefoxci-taskcluster
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uh oh! Looks like an error! Details

Client ID static/taskcluster/github does not have sufficient scopes and is missing the following scopes:

{
  "AnyOf": [
    "queue:rerun-task:mobile-level-1/aST2M0z8R_a2vMkk2PYsCA/DUQnUybaTpyUbdyt4Fa_iw",
    "queue:rerun-task-in-project:none",
    {
      "AllOf": [
        "queue:rerun-task",
        "assume:scheduler-id:mobile-level-1/aST2M0z8R_a2vMkk2PYsCA"
      ]
    }
  ]
}

This request requires the client to satisfy the following scope expression:

{
  "AnyOf": [
    "queue:rerun-task:mobile-level-1/aST2M0z8R_a2vMkk2PYsCA/DUQnUybaTpyUbdyt4Fa_iw",
    "queue:rerun-task-in-project:none",
    {
      "AllOf": [
        "queue:rerun-task",
        "assume:scheduler-id:mobile-level-1/aST2M0z8R_a2vMkk2PYsCA"
      ]
    }
  ]
}

  • method: rerunTask
  • errorCode: InsufficientScopes
  • statusCode: 403
  • time: 2022-09-08T08:21:33.849Z

@firefoxci-taskcluster
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uh oh! Looks like an error! Details

Client ID static/taskcluster/github does not have sufficient scopes and is missing the following scopes:

{
  "AnyOf": [
    "queue:rerun-task:mobile-level-1/aST2M0z8R_a2vMkk2PYsCA/DUQnUybaTpyUbdyt4Fa_iw",
    "queue:rerun-task-in-project:none",
    {
      "AllOf": [
        "queue:rerun-task",
        "assume:scheduler-id:mobile-level-1/aST2M0z8R_a2vMkk2PYsCA"
      ]
    }
  ]
}

This request requires the client to satisfy the following scope expression:

{
  "AnyOf": [
    "queue:rerun-task:mobile-level-1/aST2M0z8R_a2vMkk2PYsCA/DUQnUybaTpyUbdyt4Fa_iw",
    "queue:rerun-task-in-project:none",
    {
      "AllOf": [
        "queue:rerun-task",
        "assume:scheduler-id:mobile-level-1/aST2M0z8R_a2vMkk2PYsCA"
      ]
    }
  ]
}

  • method: rerunTask
  • errorCode: InsufficientScopes
  • statusCode: 403
  • time: 2022-09-08T08:21:54.700Z

@firefoxci-taskcluster
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uh oh! Looks like an error! Details

Client ID static/taskcluster/github does not have sufficient scopes and is missing the following scopes:

{
  "AnyOf": [
    "queue:rerun-task:mobile-level-1/aST2M0z8R_a2vMkk2PYsCA/DUQnUybaTpyUbdyt4Fa_iw",
    "queue:rerun-task-in-project:none",
    {
      "AllOf": [
        "queue:rerun-task",
        "assume:scheduler-id:mobile-level-1/aST2M0z8R_a2vMkk2PYsCA"
      ]
    }
  ]
}

This request requires the client to satisfy the following scope expression:

{
  "AnyOf": [
    "queue:rerun-task:mobile-level-1/aST2M0z8R_a2vMkk2PYsCA/DUQnUybaTpyUbdyt4Fa_iw",
    "queue:rerun-task-in-project:none",
    {
      "AllOf": [
        "queue:rerun-task",
        "assume:scheduler-id:mobile-level-1/aST2M0z8R_a2vMkk2PYsCA"
      ]
    }
  ]
}

  • method: rerunTask
  • errorCode: InsufficientScopes
  • statusCode: 403
  • time: 2022-09-08T10:22:55.241Z

Please sign in to comment.