{"id":19216033,"url":"https://github.com/movingblocks/teraconfig","last_synced_at":"2025-11-13T17:06:27.667Z","repository":{"id":23998980,"uuid":"27382688","full_name":"MovingBlocks/TeraConfig","owner":"MovingBlocks","description":"Contains configuration files for Terasology-related repositories","archived":false,"fork":false,"pushed_at":"2023-11-19T10:22:57.000Z","size":249,"stargazers_count":2,"open_issues_count":0,"forks_count":5,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-01-04T18:32:42.916Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MovingBlocks.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2014-12-01T14:20:22.000Z","updated_at":"2022-06-08T00:01:10.000Z","dependencies_parsed_at":"2025-01-04T21:31:18.646Z","dependency_job_id":null,"html_url":"https://github.com/MovingBlocks/TeraConfig","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MovingBlocks%2FTeraConfig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MovingBlocks%2FTeraConfig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MovingBlocks%2FTeraConfig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MovingBlocks%2FTeraConfig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MovingBlocks","download_url":"https://codeload.github.com/MovingBlocks/TeraConfig/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240292513,"owners_count":19778310,"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":[],"created_at":"2024-11-09T14:15:36.262Z","updated_at":"2025-11-13T17:06:22.612Z","avatar_url":"https://github.com/MovingBlocks.png","language":null,"readme":"# TeraConfig\n\nContains configuration files for Terasology-related repositories. This repository contains configuration files for code Analytics: \n\n* CheckStyle\n* FindBugs\n* PMD\n\n## Using TeraConfig\n\nAdd the Terasology Artifactory to `repositories` in your gradle build file (e.g. `build.gradle`):\n```gradle\nmaven {\n    name = \"Terasology Artifactory\"\n    url = \"http://artifactory.terasology.org/artifactory/virtual-repo-live\"\n    allowInsecureProtocol = true  // 😱\n}\n```\n\nWith that, simply add it as a dependency and refer to it from the different tools like so:\n\n```gradle\nconfigurations {\n    codeMetrics\n}\n\ndependencies {\n    codeMetrics(group: 'org.terasology.config', name: 'codemetrics', version: '1.6.3', ext: 'zip')\n}\n\ncheckstyle {\n    config = resources.text.fromArchiveEntry(configurations.codeMetrics, \"checkstyle/checkstyle.xml\")\n}\n\npmd {\n    ruleSetConfig = resources.text.fromArchiveEntry(configurations.codeMetrics, \"pmd/pmd.xml\")\n}\n\nfindbugs {\n    excludeFilterConfig = resources.text.fromArchiveEntry(configurations.codeMetrics, \"findbugs/findbugs-exclude.xml\")\n}\n```\n\n## Releasing TeraConfig\n\n1. Tag a commit according to the version you'd like to release\n   - _the tag should be valid [SemVer](https://semver.org/#semantic-versioning-specification-semver) prefixed with `v`, e.g. `v1.2.3`_\n2. Push the tag\n3. The github action configured in this repository will automatically create and publish the respective artifact\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmovingblocks%2Fteraconfig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmovingblocks%2Fteraconfig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmovingblocks%2Fteraconfig/lists"}