ls-lint VS reviewdog

Compare ls-lint vs reviewdog and see what are their differences.

ls-lint

An extremely fast directory and filename linter - Bring some structure to your project filesystem (by loeffel-io)

reviewdog

🐶 Automated code review tool integrated with any code analysis tools regardless of programming language (by reviewdog)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
ls-lint reviewdog
6 12
1,682 7,263
- 3.4%
9.0 9.4
4 days ago 5 days ago
Go Go
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

ls-lint

Posts with mentions or reviews of ls-lint. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-15.

reviewdog

Posts with mentions or reviews of reviewdog. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-16.
  • Code reviews and Suggestions from SARIF report
    2 projects | dev.to | 16 May 2023
    I build a general converter from SARIF to Reviewdog Diagnostic Format (RDFormat), then use Reviewdog to give suggested code changes as well as the context of the changes for PR reviewing.
  • My CNCF LFX Mentorship Spring 2023 Project at Kubescape
    19 projects | dev.to | 14 May 2023
    I helped improve the Kubescape GitHub Actions fix suggestions code review process, where I created the workflow which works by collecting the SARIF (Static Analysis Results Interchange Format) file that kubescape generates. Then, with the help of HollowMan6/sarif4reviewdog, convert the SARIF file into RDFormat (Reviewdog Diagnostic Format) and generate reviews for code fix suggestions on GitHub Actions using Reviewdog. I also helped add the “fix" object support for the Kubescape-generated SARIF report.
  • Goast: Generic static analysis for Go Abstract Syntax Tree by OPA/Rego
    5 projects | dev.to | 12 Sep 2022
    Static analysis should be performed continuously by CI (Continuous Integration) to prevent unintentional inclusion of code. The JSON output schema is compatible with reviewdog and can be used as is in reviewdog.
  • reviewdog-gitlab-webhook: Trigger reviewdog checks for GitLab repo using webhooks
    2 projects | /r/golang | 12 Jul 2022
    Trigger reviewdog checks on a repository via GitLab webhook rather than CI job.
  • How to reuse steps in Tekton tasks
    5 projects | dev.to | 21 May 2022
    # parameters - op: add path: /spec/params/- value: name: report-file default: reportfile description: Report file with errors - op: add path: /spec/params/- value: name: format default: golint description: Format of error input from the task - op: add path: /spec/params/- value: name: reporter default: local description: Reporter type for reviewdog https://github.com/reviewdog/reviewdog#reporters - op: add path: /spec/params/- value: name: diff default: git diff FETCH_HEAD description: Diff command https://github.com/reviewdog/reviewdog#reporters # workspaces - op: add path: /spec/workspaces/- value: name: token description: | Workspace which contains a token file for Github Pull Request comments. Must have a token file with the Github API access token # steps - op: add path: /spec/steps/- value: name: reviewdog-report image: golangci/golangci-lint:v1.31-alpine # both have the same workspace name workingDir: $(workspaces.source.path) script: | #!/bin/sh set -ue wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s -- -b $(go env GOPATH)/bin export REVIEWDOG_GITHUB_API_TOKEN=$(cat $(workspaces.token.path)/token) cat $(params.reportfile) | reviewdog -f=$(params.format) -diff="$(params.diff)"
  • I manage my dev.to blog in GitHub repository
    5 projects | dev.to | 4 May 2022
    In reference article, use prettier to format the markdown and the code snippets. I implement a text review using textlint and reviewdog in addition to that.
  • Automated code review for on-prem
    2 projects | /r/gitlab | 3 May 2022
    JetBrains Qodana is one option, but currently requires glue code to map the findings to MR comments. I'm using reviewdog for it but I'm hoping they'll eventually fix it to have native integration
  • Incident with GitHub Actions, Issues, Pull Requests, and Webhooks
    2 projects | news.ycombinator.com | 21 Oct 2021
    I used ReviewDog to wire in Qodana results, so I hear you about wishing it was built in, but it is achievable: https://github.com/reviewdog/reviewdog#reporter-gitlab-merge...

    Based on my contact with GitLab's built-in other scanning tools, I wouldn't trust their vuln management further than I could throw it, so you're likely not missing much on that front

  • Two Wishes for Dev Tooling
    3 projects | news.ycombinator.com | 11 Jul 2021
    You'll want to keep an eye on Qodana[0] which when combined with ReviewDog[1] (and some glue script since Qodana has its own snowflake output JSON that RD doesn't read natively; engineering!) can offer suggested changes on MR/PR platforms which support such a thing [2]

    I have the first two working together but not the last part yet, and Qodana is for sure a moving target but is what I've been praying for them to do for years now

    0: https://github.com/JetBrains/Qodana/blob/2021.2/topics/getti...

    1: https://github.com/reviewdog/reviewdog

    2: https://docs.gitlab.com/ee/user/project/merge_requests/revie...

What are some alternatives?

When comparing ls-lint and reviewdog you can also consider the following projects:

Qodana - 📝 Source repository of Qodana Help

golangci-lint - Fast linters Runner for Go

prettier - Prettier is an opinionated code formatter.

kube-score - Kubernetes object analysis with recommendations for improved reliability and security. kube-score actively prevents downtime and bugs in your Kubernetes YAML and Charts. Static code analysis for Kubernetes.

datree - Prevent Kubernetes misconfigurations from reaching production (again 😤 )! From code to cloud, Datree provides an E2E policy enforcement solution to run automatic checks for rule violations. See our docs: https://hub.datree.io

editorconfig-vim - EditorConfig plugin for Vim

microplane - A CLI tool to make git changes across many repos, especially useful with Microservices.

argslen - Go linter that warns about the number of arguments in functions.

woke - Detect non-inclusive language in your source code.

reviewdog-gitlab-webhook - Trigger reviewdog checks for GitLab repo using webhooks

gitlab

go-tools - Staticcheck - The advanced Go linter