{"id":13764865,"url":"https://github.com/codacy/codacy-stylelint","last_synced_at":"2025-04-23T11:32:49.985Z","repository":{"id":33939273,"uuid":"144041762","full_name":"codacy/codacy-stylelint","owner":"codacy","description":"Codacy Tool for Stylelint","archived":false,"fork":false,"pushed_at":"2025-03-28T16:41:17.000Z","size":2061,"stargazers_count":4,"open_issues_count":0,"forks_count":11,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-04-20T11:43:58.204Z","etag":null,"topics":["codacy","codacy-stylelint","css","docker","scala","stylelint"],"latest_commit_sha":null,"homepage":"","language":"Scala","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codacy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-08-08T16:43:07.000Z","updated_at":"2025-03-28T16:36:49.000Z","dependencies_parsed_at":"2024-01-05T19:24:24.885Z","dependency_job_id":"eab9d4cb-7583-432f-aed4-e9187bde4e55","html_url":"https://github.com/codacy/codacy-stylelint","commit_stats":null,"previous_names":[],"tags_count":249,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fcodacy-stylelint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fcodacy-stylelint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fcodacy-stylelint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fcodacy-stylelint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codacy","download_url":"https://codeload.github.com/codacy/codacy-stylelint/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250425561,"owners_count":21428578,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["codacy","codacy-stylelint","css","docker","scala","stylelint"],"created_at":"2024-08-03T16:00:30.738Z","updated_at":"2025-04-23T11:32:49.594Z","avatar_url":"https://github.com/codacy.png","language":"Scala","readme":"# codacy-stylelint\r\n\r\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/80607506ff8c4a7f826bbe0b643ba16d)](https://app.codacy.com/gh/codacy/codacy-stylelint?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=codacy/codacy-stylelint\u0026amp;utm_campaign=Badge_Grade)\r\n[![CircleCI](https://circleci.com/gh/codacy/codacy-stylelint.svg?style=svg)](https://circleci.com/gh/codacy/codacy-stylelint)\r\n\r\nDocker engine to allow Codacy to have [stylelint](https://github.com/stylelint/stylelint) support.\r\n\r\n## Usage\r\n\r\nCreate docker:\r\n\r\n1.  Generate tool binary\r\n\r\n```sh\r\nsbt stage\r\n```\r\n\r\n2.  Generate tool docker\r\n\r\n```sh\r\ndocker build -t codacy-stylelint .\r\n```\r\n\r\nRun docker:\r\n\r\n```sh\r\ndocker run -it -v $srcDir:/src  \u003cDOCKER_NAME\u003e:\u003cDOCKER_VERSION\u003e\r\n```\r\n\r\n## Add a new plugin\r\nIn DocGenerator, listOfPlugins method, add a new plugin with all the necessary details and run npm install {plugin} and doc generator.\r\n\r\n## Generate Docs\r\n\r\n```sh\r\nsbt \"doc-generator/run\"\r\n```\r\n\r\n## Test\r\n\r\nWe use the [codacy-plugins-test](https://github.com/codacy/codacy-plugins-test) to test our external tools integration.\r\nYou can follow the instructions there to make sure your tool is working as expected.\r\n\r\n## Docs\r\n\r\n[Tool Developer Guide](https://support.codacy.com/hc/en-us/articles/207994725-Tool-Developer-Guide)\r\n\r\n[Tool Developer Guide - Using Scala](https://support.codacy.com/hc/en-us/articles/207280379-Tool-Developer-Guide-Using-Scala)\r\n\r\n## What is Codacy\r\n\r\n[Codacy](https://www.codacy.com/) is an Automated Code Review Tool that monitors your technical debt, helps you improve your code quality, teaches best practices to your developers, and helps you save time in Code Reviews.\r\n\r\n### Among Codacy’s features\r\n\r\n-   Identify new Static Analysis issues\r\n-   Commit and Pull Request Analysis with GitHub, BitBucket/Stash, GitLab (and also direct git repositories)\r\n-   Auto-comments on Commits and Pull Requests\r\n-   Integrations with Slack, HipChat, Jira, YouTrack\r\n-   Track issues in Code Style, Security, Error Proneness, Performance, Unused Code and other categories\r\n\r\nCodacy also helps keep track of Code Coverage, Code Duplication, and Code Complexity.\r\n\r\nCodacy supports PHP, Python, Ruby, Java, JavaScript, and Scala, among others.\r\n\r\n### Free for Open Source\r\n\r\nCodacy is free for Open Source projects.\r\n","funding_links":[],"categories":["Analysis platforms"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodacy%2Fcodacy-stylelint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodacy%2Fcodacy-stylelint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodacy%2Fcodacy-stylelint/lists"}