Jan Macku
Jan Macku
Functionality of rename_device is moved to a better suited place - [@fedora-sysv/ifcfg-devname](https://github.com/fedora-sysv/ifcfg-devname).
Remove readonly-root functionality from master branch. To get same functionality we suggest to use systemd volatile-root feature.
We are planning to remove `readonly-root` functionality from `initscripts` in near future. Since very similar functionality is delivered by recently introduced `volatile-root` in `systemd v242` Reason being to encourage people...
The currently supported format, `json,` is considered to be legacy. Let's also add support for the `json1` format.
Document the way how to get sarif tools using `dnf` on Fedora Linux. e.g `sudo dnf install sarif-fmt` --- Fedora Packages: * [clang-tidy-sarif](https://src.fedoraproject.org/rpms/rust-clang-tidy-sarif) * [clippy-sarif](https://src.fedoraproject.org/rpms/rust-clippy-sarif) * [hadolint-sarif](https://src.fedoraproject.org/rpms/rust-hadolint-sarif) * [shellcheck-sarif](https://src.fedoraproject.org/rpms/rust-shellcheck-sarif) *...
### Type of issue Bug Report ### Description Example issue: https://github.com/redhat-plumbers-in-action/differential-shellcheck/issues/432 Problem: ```md - [link](url) ``` ### Describe the solution you'd like Issue Labeler fails due to parsing error: ```...
Since this is mainly a Python-based project, you might be interested in the [vcs-diff-lint](https://github.com/fedora-copr/vcs-diff-lint) tool. It has also GitHub Action available at the [marketplace](https://github.com/marketplace/actions/vcs-diff-lint).
Issue forms allow you to define web-like input forms using YAML syntax. It allows you to guide the reporter to get the required information. Example of issue form - [systemd](https://github.com/systemd/systemd/issues/new?assignees=&labels=RFE+%F0%9F%8E%81&projects=&template=feature_request.yml)...
## Description Addition of a new job in CI workflow that scans all shell scripts in the repo using ShellCheck and reports only newly added defects. Differential ShellCheck is a...