7 comments (7 comments)0 reactions (0 reactions)0 assignees (0 assignees)Go28,187 stars (28,187 stars)3,997 forks (3,997 forks)batch import
component/lokitoolgood first issue
Description
Are the docs wrong or is the behaviour/naming weird?
Contributor guide
- Tech stack
- go
- Domain
- clideveloper experience
- Issue type
- documentation
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 2
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- under 1 hour
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- fresh
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- clear
- Prerequisites
- Basic knowledge of Loki CLIUnderstand lint vs format distinction
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 70
- Research direction
- Check the Loki documentation for the 'lint' and 'check' commands to see the expected behavior. Then run both commands on a sample configuration to compare actual output. Look at the source code for these commands in the loki repository (likely under cmd/ or pkg/ directories) to see if the naming or behavior is inconsistent with the docs. Review any comments in this issue for additional context.