RepositoryNotInitializedError
The Cause
Section titled “The Cause”You attempted to run analytics linting, but the HTTP transaction repository was not initialized. The repository is required to store and query HTTP transactions for analytics-based linting rules.
This error typically occurs when:
- Analytics linting is triggered before the repository has been set up
- There’s a configuration issue preventing repository initialization
- The
@thymian/http-analyzerplugin is not registered.
The Solution
Section titled “The Solution”Ensure that the @thymian/http-analyzer plugin is properly configured and registered before running analytics linting operations:
plugins: '@thymian/http-analyzer': options: storage: type: 'memory'