Skip to content

mackwic/systemd-linter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

systemd-linter

Build Status Windows build status Crates.io Crates.io Github Releases status badge

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 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