II.
Library JSON
Structured · livelibrary:rubocop
RuboCop json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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": []
}