Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mackwic/systemd-linter
Lint Systemd unit files
https://github.com/mackwic/systemd-linter
Last synced: 29 days ago
JSON representation
Lint Systemd unit files
- Host: GitHub
- URL: https://github.com/mackwic/systemd-linter
- Owner: mackwic
- License: mpl-2.0
- Created: 2017-01-11T16:34:54.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-21T16:51:49.000Z (almost 8 years ago)
- Last Synced: 2024-08-01T19:42:36.281Z (3 months ago)
- Language: Rust
- Size: 161 KB
- Stars: 33
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# systemd-linter
[![Build Status](https://travis-ci.org/mackwic/systemd-linter.svg?branch=master)](https://travis-ci.org/mackwic/systemd-linter)
[![Windows build
status](https://ci.appveyor.com/api/projects/status/github/mackwic/systemd-linter?svg=true)](https://ci.appveyor.com/project/mackwic/systemd-linter)
[![Crates.io](https://img.shields.io/crates/v/systemd-linter.svg?maxAge=2592000)](https://crates.io/crates/systemd-linter)
[![Crates.io](https://img.shields.io/crates/l/systemd-linter.svg?maxAge=2592000)](https://github.com/mackwic/systemd-linter/blob/master/LICENSE)
[![Github Releases](https://img.shields.io/github/downloads/mackwic/systemd-linter/latest/total.svg)](https://github.com/mackwic/systemd-linter/releases/latest)
![status badge](https://img.shields.io/badge/churn-in_development-yellow.svg?style=flat)`systemd-linter` lint SystemD unit files from any platform: Linux, OSX, and Windows. Validate your unit files, apply industries best-practices, and avoid hairy pitfalls.
See [the Releases Page](https://github.com/mackwic/systemd-linter/releases/latest) to download binaries.
| Confidence Item | Status |
| ------ | ---|
| False negatives | ✅ Will correctly parse all valid files |
| False positives | ⚠️ May not reject an inadequate file |
| Syntax Linting | ❌ Will not check for indentation, trailing whitespace, etc. |
| Unknown Directives | ✅ Will correctly detect unknown directives or categories |
| Documentation pitfalls | 📝 Implementation in progress |
| Craftmanship | 📝 Implementation in progress |