{"id":21034672,"url":"https://github.com/lpenz/omnilint","last_synced_at":"2026-05-08T05:45:19.933Z","repository":{"id":52566334,"uuid":"81490304","full_name":"lpenz/omnilint","owner":"lpenz","description":"Statically analyse any file with the appropriate tools","archived":false,"fork":false,"pushed_at":"2024-02-18T17:05:51.000Z","size":58,"stargazers_count":3,"open_issues_count":5,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-01T10:45:42.015Z","etag":null,"topics":["docker","linting","python","shell"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/lpenz.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}},"created_at":"2017-02-09T20:08:41.000Z","updated_at":"2022-03-01T15:06:19.000Z","dependencies_parsed_at":"2023-01-04T21:34:44.370Z","dependency_job_id":null,"html_url":"https://github.com/lpenz/omnilint","commit_stats":{"total_commits":56,"total_committers":1,"mean_commits":56.0,"dds":0.0,"last_synced_commit":"359c5edab904afce19af674691f95645c897c7c7"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpenz%2Fomnilint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpenz%2Fomnilint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpenz%2Fomnilint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpenz%2Fomnilint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lpenz","download_url":"https://codeload.github.com/lpenz/omnilint/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243475371,"owners_count":20296714,"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":["docker","linting","python","shell"],"created_at":"2024-11-19T13:07:57.316Z","updated_at":"2025-12-30T05:44:51.009Z","avatar_url":"https://github.com/lpenz.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![marketplace](https://img.shields.io/badge/marketplace-omnilint-blue?logo=crosshair)](https://github.com/marketplace/actions/ghaction-omnilint)\n[![CI](https://github.com/lpenz/omnilint/actions/workflows/ci.yml/badge.svg)](https://github.com/lpenz/omnilint/actions/workflows/ci.yml)\n[![github](https://img.shields.io/github/v/release/lpenz/omnilint?include_prereleases\u0026label=release\u0026logo=github)](https://github.com/lpenz/omnilint/releases)\n[![docker](https://img.shields.io/docker/v/lpenz/omnilint?label=release\u0026logo=docker\u0026sort=semver)](https://hub.docker.com/repository/docker/lpenz/omnilint)\n\n# omnilint\n\n\n## TL;DR\n\nUse *omnilint* as a github action with a\n[workflow](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/configuring-a-workflow)\nfile like the following:\n\n```yaml\nname: CI\non: push\njobs:\n  build:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v2\n      - uses: docker://lpenz/omnilint:0.5.2\n```\n\nAnother option is using this repository's callable workflow:\n\n```yaml\nname: CI\non: push\njobs:\n  omnilint:\n    uses: lpenz/ghworkflow-rust/.github/workflows/rust.yml@v0.5.2\n```\n\nOr add the following to your *.travis.yml* to get a job that performs\nstatic analysis on the files of your repository:\n\n```yaml\njobs:\n  include:\n    - name: omnilint\n      language: generic\n      install: docker pull lpenz/omnilint\n      script: docker run --rm -u \"$UID\" -v \"$PWD:$PWD\" -w \"$PWD\" lpenz/omnilint\n```\n\n\n## What is omnilint\n\n**omnilint** is a container-based tool that provides a unified interface for the\nstatic analysis of any file, using the appropriate tool.\n\n    File                    Linter\n    .c  \\                  / cppcheck\n    .sh  -    omnilint    -  shelcheck\n    .py /        |         \\ pyflakes\n          gcc-like output\n            json output\n\n\nomnilint is specially useful when combined with CI tools\nlike [travis](https://travis-ci.org), [jenkins](https://jenkins.io), etc.\n\n\n## Installation and local usage\n\nRequirements:\n- docker\n\n\nThe easier way to install omnilint is by pulling the container from\n[docker hub](https://hub.docker.com/r/lpenz/omnilint/):\n\n    docker pull lpenz/omnilint\n\nUsing omnilint is a matter of starting the container with the directory with the\nfiles to be analyzed mapped:\n\n    docker run --rm -u \"$UID\" -v \"$PWD:$PWD\" -w \"$PWD\" omnilint\n\nYou can also simply call the script `bin/omnilint-docker-run` that is present in\nthe repository.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flpenz%2Fomnilint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flpenz%2Fomnilint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flpenz%2Fomnilint/lists"}