đ User Guide
Complete guide to using Linterman - from basics to advanced features.
Documentation in Progress
This page is being migrated from Markdown. In the meantime, you can:
đ Table of Contents
- What is Linterman?
- Getting Started
- Understanding Results
- Auto-Fix Feature
- Downloading Collections
- Best Practices
đ¯ What is Linterman?
Linterman is a powerful tool for analyzing and automatically fixing Postman collections. It detects quality issues, calculates a score, and can fix up to 65% of problems automatically.
Key Features
- â Instant Analysis: Results in <1 second
- â Auto-Fix: 65% of issues fixed automatically
- â 100% Private: Collections never leave your browser
- â Free: No account required
- â Direct Export: Download and import to Postman
đ Getting Started
See the Quick Start Guide for a 2-minute introduction.
đ Understanding Results
Score Calculation
Score = 100% - (penalties) + (bonus)
Penalties:
- â ERROR: -15% per issue
- â ī¸ WARNING: -8% per issue
- âšī¸ INFO: -3% per issue
Bonus:
- ⨠+5% if 0 errors AND ⤠2 warnings
đ§ Auto-Fix Feature
The auto-fix feature can automatically correct 5 types of issues:
- Request naming convention
- Missing HTTP status tests
- Missing response time tests
- Test descriptions without URI
- High response time thresholds
đĨ Downloading Collections
Important
Always download your fixed collection! It's not saved automatically.
đĄ Best Practices
- â Use auto-fix regularly
- â Add documentation as you go
- â Test every request
- â Use environment variables
- â Follow naming conventions