sandbox_bazel VS bazel-linting-system

Compare sandbox_bazel vs bazel-linting-system and see what are their differences.

sandbox_bazel

explorations of bazel, support for a serie of articles and to experiment stuff on bazel. (by davidB)

bazel-linting-system

πŸŒΏπŸ’š Experimental system for registering, configuring, and invoking source-code linters in Bazel. (by thundergolfer)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
sandbox_bazel bazel-linting-system
4 1
9 99
- -
0.8 0.0
11 months ago over 1 year ago
Starlark Starlark
- Apache License 2.0
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.

sandbox_bazel

Posts with mentions or reviews of sandbox_bazel. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-05-02.
  • Experimentations on Bazel: Python (2), linter
    4 projects | dev.to | 2 May 2021
    I keep the experimentation on a branch exp/linting_system and we'll try something different, make out own tools.
  • Experimentations on Bazel: version.txt
    1 project | dev.to | 28 Mar 2021
    The sandbox_bazel is hosted on github (not with the same history, due to errors), use tag to have the expected view at end of article: article/3_versiontxt.
  • Experimentations on Bazel: github-action
    3 projects | dev.to | 14 Mar 2021
    Check the result on your actions page by example the on https://github.com/davidB/sandbox_bazel/actions this job took 23s.
  • Experimentations on Bazel: intro
    3 projects | dev.to | 14 Mar 2021
    That's all for this serie's introduction. Thanks for reading until the end, sorry for this first non-technical post. The sandbox_bazel will be hosted on github, use tag to have the expected view at end of article: intro

bazel-linting-system

Posts with mentions or reviews of bazel-linting-system. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-05-02.
  • Experimentations on Bazel: Python (2), linter
    4 projects | dev.to | 2 May 2021
    http_archive( name = "linting_system", sha256 = "", strip_prefix = "bazel-linting-system-0.4.0", url = "https://github.com/thundergolfer/bazel-linting-system/archive/v0.4.0.zip", ) load("@linting_system//repositories:repositories.bzl", linting_sys_repositories = "repositories") linting_sys_repositories() load("@linting_system//repositories:go_repositories.bzl", linting_sys_deps = "go_deps") linting_sys_deps()

What are some alternatives?

When comparing sandbox_bazel and bazel-linting-system you can also consider the following projects:

cache - Cache dependencies and build outputs in GitHub Actions

black - The uncompromising Python code formatter

bazelisk - A user-friendly launcher for Bazel.

rules_nodejs - NodeJS toolchain for Bazel.

bazel-coverage-report-renderer - Haskell rules for Bazel.

rules_rust - Rust rules for Bazel