Skip to content

Commit

Permalink
build(deps): bump third_party/tools/verible from 660d166 to 2f99cdc
Browse files Browse the repository at this point in the history
Bumps [third_party/tools/verible](https://github.com/chipsalliance/verible) from `660d166` to `2f99cdc`.
- [Release notes](https://github.com/chipsalliance/verible/releases)
- [Commits](chipsalliance/verible@660d166...2f99cdc)

---
updated-dependencies:
- dependency-name: third_party/tools/verible
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 18, 2024
1 parent 472fdc9 commit f261183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/tools/verible
Submodule verible updated 50 files
+14 −0 .bazelrc
+13 −1 .github/bin/check-potential-problems.sh
+1 −1 .github/bin/generate-coverage-html.sh
+15 −7 .github/bin/make-compilation-db.sh
+1 −1 .github/bin/run-clang-format.sh
+13 −2 .github/bin/simple-install.sh
+1 −1 .github/settings.sh
+47 −71 .github/workflows/verible-ci.yml
+1 −7 BUILD
+33 −31 MODULE.bazel
+9 −10 README.md
+0 −190 WORKSPACE
+0 −41 WORKSPACE.bzlmod
+0 −11 bazel/BUILD
+6 −0 bazel/jsonhpp.BUILD
+0 −73 bazel/zlib.BUILD
+3 −0 doc/indexing.md
+4 −4 external_libs/BUILD
+4 −2 third_party/proto/kythe/BUILD
+69 −69 verible/common/analysis/BUILD
+12 −12 verible/common/analysis/matcher/BUILD
+59 −59 verible/common/formatting/BUILD
+15 −15 verible/common/lexer/BUILD
+45 −45 verible/common/lsp/BUILD
+10 −10 verible/common/parser/BUILD
+73 −73 verible/common/strings/BUILD
+70 −70 verible/common/text/BUILD
+6 −6 verible/common/tools/BUILD
+0 −0 verible/common/tools/verible-transform-interactive_test.sh
+125 −125 verible/common/util/BUILD
+80 −80 verible/verilog/CST/BUILD
+93 −93 verible/verilog/analysis/BUILD
+256 −254 verible/verilog/analysis/checkers/BUILD
+23 −11 verible/verilog/analysis/checkers/constraint-name-style-rule.cc
+23 −4 verible/verilog/analysis/checkers/constraint-name-style-rule.h
+23 −1 verible/verilog/analysis/checkers/constraint-name-style-rule_test.cc
+37 −37 verible/verilog/formatting/BUILD
+3 −0 verible/verilog/formatting/verilog-token_test.cc
+17 −17 verible/verilog/parser/BUILD
+10 −10 verible/verilog/preprocessor/BUILD
+3 −3 verible/verilog/tools/diff/BUILD
+7 −7 verible/verilog/tools/formatter/BUILD
+46 −46 verible/verilog/tools/kythe/BUILD
+4 −4 verible/verilog/tools/lint/BUILD
+51 −51 verible/verilog/tools/ls/BUILD
+5 −5 verible/verilog/tools/obfuscator/BUILD
+6 −6 verible/verilog/tools/preprocessor/BUILD
+5 −5 verible/verilog/tools/project/BUILD
+5 −5 verible/verilog/tools/syntax/BUILD
+12 −12 verible/verilog/transform/BUILD

0 comments on commit f261183

Please sign in to comment.