Skip to content

Commit

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

---
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 Jan 2, 2025
1 parent 3ee4bc0 commit e4ba11f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/tools/verible
Submodule verible updated 78 files
+14 −0 .bazelrc
+13 −1 .github/bin/check-potential-problems.sh
+1 −1 .github/bin/generate-coverage-html.sh
+13 −7 .github/bin/make-compilation-db.sh
+1 −1 .github/bin/run-clang-format.sh
+100 −51 .github/bin/run-clang-tidy-cached.cc
+13 −2 .github/bin/simple-install.sh
+12 −12 .github/bin/smoke-test.sh
+1 −1 .github/settings.sh
+30 −70 .github/workflows/verible-ci.yml
+1 −7 BUILD
+24 −59 MODULE.bazel
+9 −10 README.md
+0 −190 WORKSPACE
+0 −41 WORKSPACE.bzlmod
+0 −11 bazel/BUILD
+13 −7 bazel/absl.patch
+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
+1 −1 verible/common/analysis/file-analyzer.cc
+2 −2 verible/common/analysis/lint-rule-status.cc
+12 −12 verible/common/analysis/matcher/BUILD
+59 −59 verible/common/formatting/BUILD
+2 −2 verible/common/formatting/format-token_test.cc
+15 −15 verible/common/lexer/BUILD
+45 −45 verible/common/lsp/BUILD
+10 −10 verible/common/parser/BUILD
+73 −73 verible/common/strings/BUILD
+1 −1 verible/common/strings/position_test.cc
+8 −2 verible/common/strings/range_test.cc
+3 −3 verible/common/strings/split_test.cc
+69 −70 verible/common/text/BUILD
+1 −1 verible/common/text/token-info-test-util_test.cc
+1 −1 verible/common/text/tree-builder-test-util.cc
+0 −1 verible/common/text/tree-compare.cc
+1 −1 verible/common/text/tree-compare_test.cc
+5 −5 verible/common/text/tree-utils_test.cc
+6 −6 verible/common/tools/BUILD
+0 −0 verible/common/tools/verible-transform-interactive_test.sh
+125 −125 verible/common/util/BUILD
+2 −2 verible/common/util/range_test.cc
+80 −80 verible/verilog/CST/BUILD
+93 −93 verible/verilog/analysis/BUILD
+255 −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
+0 −1 verible/verilog/analysis/checkers/forbidden-symbol-rule.cc
+1 −1 verible/verilog/analysis/checkers/package-filename-rule.cc
+2 −2 verible/verilog/analysis/checkers/parameter-name-style-rule.cc
+1 −1 verible/verilog/analysis/symbol-table.h
+2 −2 verible/verilog/analysis/verilog-linter-configuration_test.cc
+1 −1 verible/verilog/analysis/verilog-project.cc
+1 −1 verible/verilog/analysis/verilog-project_test.cc
+37 −37 verible/verilog/formatting/BUILD
+1 −1 verible/verilog/formatting/tree-unwrapper_test.cc
+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
+1 −1 verible/verilog/tools/kythe/indexing-facts-tree-extractor_test.cc
+1 −1 verible/verilog/tools/kythe/kythe-facts.h
+4 −4 verible/verilog/tools/lint/BUILD
+2 −2 verible/verilog/tools/lint/README.md
+12 −3 verible/verilog/tools/lint/lint_tool_test.sh
+51 −51 verible/verilog/tools/ls/BUILD
+1 −1 verible/verilog/tools/ls/symbol-table-handler_test.cc
+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 e4ba11f

Please sign in to comment.