-
There are quite a few places where the code can be updated. These include new features of Elixir/Erlang, removal of deprecated stuff or rewriting code in a way that aligns with the latest trends.
-…
-
### Steps to Reproduce
```bash
I have prepared a branch in my repo [here (branch commitlint-error-testing)](https://github.com/Joxtacy/automatic-release-notes-testing/tree/commitlint-error-testing) w…
-
When using prospector 1.7.0 and lint this file:
https://github.com/opensearch-project/opensearch-build/blob/76a1313c10ecfeb3ee628605ef09cd5c8c526e1a/tests/tests_report_workflow/test_test_report_runne…
-
### Describe the bug
Running the formatter (v0.6.2) with pre-commit fails with an NPE:
```
Traceback (most recent call last):
File "/Users/erlendvollset/.cache/pre-commit/repoy6iw_xck/py_env-pyt…
-
This is a [bug of the rust crate](https://github.com/shssoichiro/sqlformat-rs/issues/52).
I would suggest to add a **WARNING** in the docs till this is fixed since it will break queries using such …
-
I ran the repo-review tool on this the Icechunk-python package. Many of the things it flagged are good ideas (and some are already in progress).
#### 👇 full output from the repo-review tool
```s…
-
### Description
Imagine you're using compile-time logging source generation with the following log message template:
```csharp
public static partial class LoggerExtensions
{
[LoggerMessag…
-
**Test case**
```systemverilog
// Input to the formatter, preferably a reduced test case.
interface class foo;
pure virtual function void bar( );
pure virtual task baz(
);
…
-
If a project has multiple git repositories (e.g. 2 modules, each on its own repo) the completion formatter will show only the pattern for a single repo.
Slightly unrelated but it would also be nice…
-
Is it possible to generate changelog without commit's link ?
I tried to set linkReferences to false but it doesn't work ?
any solution ?
thx.