{"id":18263948,"url":"https://github.com/studiometa/stylelint-formatter-gitlab","last_synced_at":"2026-03-01T21:19:38.401Z","repository":{"id":242049911,"uuid":"808527482","full_name":"studiometa/stylelint-formatter-gitlab","owner":"studiometa","description":null,"archived":false,"fork":false,"pushed_at":"2026-02-28T08:41:44.000Z","size":349,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":4,"default_branch":"develop","last_synced_at":"2026-02-28T14:07:14.879Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/studiometa.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-05-31T08:56:18.000Z","updated_at":"2026-02-28T08:42:08.000Z","dependencies_parsed_at":"2024-06-03T04:08:24.490Z","dependency_job_id":"67fe64bb-7060-47b3-babf-d0e06a672d46","html_url":"https://github.com/studiometa/stylelint-formatter-gitlab","commit_stats":null,"previous_names":["studiometa/stylelint-formatter-gitlab"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/studiometa/stylelint-formatter-gitlab","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/studiometa%2Fstylelint-formatter-gitlab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/studiometa%2Fstylelint-formatter-gitlab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/studiometa%2Fstylelint-formatter-gitlab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/studiometa%2Fstylelint-formatter-gitlab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/studiometa","download_url":"https://codeload.github.com/studiometa/stylelint-formatter-gitlab/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/studiometa%2Fstylelint-formatter-gitlab/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29984715,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T21:06:37.093Z","status":"ssl_error","status_checked_at":"2026-03-01T21:05:45.052Z","response_time":124,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-05T11:13:17.080Z","updated_at":"2026-03-01T21:19:38.361Z","avatar_url":"https://github.com/studiometa.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @studiometa/stylelint-formatter-gitlab\n\n[![NPM Version](https://img.shields.io/npm/v/@studiometa/stylelint-formatter-gitlab.svg?style=flat\u0026colorB=3e63dd\u0026colorA=414853)](https://www.npmjs.com/package/@studiometa/stylelint-formatter-gitlab/)\n[![Downloads](https://img.shields.io/npm/dm/@studiometa/stylelint-formatter-gitlab?style=flat\u0026colorB=3e63dd\u0026colorA=414853)](https://www.npmjs.com/package/@studiometa/stylelint-formatter-gitlab/)\n[![Size](https://img.shields.io/bundlephobia/minzip/@studiometa/stylelint-formatter-gitlab?style=flat\u0026colorB=3e63dd\u0026colorA=414853\u0026label=size)](https://bundlephobia.com/package/@studiometa/stylelint-formatter-gitlab)\n[![Dependency Status](https://img.shields.io/librariesio/release/npm/@studiometa/stylelint-formatter-gitlab?style=flat\u0026colorB=3e63dd\u0026colorA=414853)](https://david-dm.org/studiometa/stylelint-formatter-gitlab)\n\n\u003e Format StyleLint errors for Gitlab Code Quality reports.\n\n## Installation\n\nInstall the package with NPM:\n\n```bash\nnpm install -D stylelint@16 @studiometa/stylelint-formatter-gitlab\n```\n\n## Usage\n\nDefine a GitLab job to run `stylelint`.\n\n_.gitlab-ci.yml_:\n\n```yaml\nstylelint:\n  image: node\n  script:\n    - npm ci\n    - npx stylelint --custom-formatter=@studiometa/stylelint-formatter-gitlab .\n  artifacts:\n    reports:\n      codequality: gl-codequality.json\n```\n\nThe formatter will automatically detect a GitLab CI environment. It will detect where to output the\ncode quality report based on the GitLab configuration file.\n\n## Configuration Options\n\nStyleLint formatters don’t take any configuration options. In order to still allow some way of\nconfiguration, options are passed using environment variables.\n\n| Environment Variable            | Description                                                                                                                                                    |\n| ------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| `STYLELINT_CODE_QUALITY_REPORT` | The location to store the code quality report. By default it will detect the location of the codequality artifact defined in the GitLab CI configuration file. |\n| `STYLELINT_FORMATTER`           | The Stylelint formatter to use for the console output. This defaults to string, the default Stylelint formatter.                                               |\n\n## Notes\n\nThis project is based on the [`stylelint-formatter-gitlab`](https://gitlab.com/leon0399/stylelint-formatter-gitlab) package which seems unmaintained and does not support StyleLint v16.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstudiometa%2Fstylelint-formatter-gitlab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstudiometa%2Fstylelint-formatter-gitlab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstudiometa%2Fstylelint-formatter-gitlab/lists"}