iiRecord
Agentic AI Atlas · RuboCop
library:rubocopa5c.ai
II.
Library JSON

library:rubocop

Structured · live

RuboCop json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/libraries/libraries-elixir-ruby.yamlCluster · domain
Record JSON
{
  "id": "library:rubocop",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-elixir-ruby.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "RuboCop",
    "belongsToLanguageId": "language:ruby",
    "category": "other",
    "description": "Ruby static code analyzer and formatter enforcing the Ruby Style Guide.\nExtensible with cop departments for Performance, Rails, RSpec, and\nSorbet; supports autocorrection of many offenses.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:rubocop",
      "to": "language:ruby",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:rubocop",
      "to": "skill-area:code-analysis-linting",
      "kind": "library_used_by",
      "attributes": {}
    },
    {
      "from": "library:rubocop",
      "to": "library:sorbet",
      "kind": "alternative_to"
    }
  ],
  "incomingEdges": []
}