Skip to content

Conversation

@codfish
Copy link
Owner

@codfish codfish commented Sep 22, 2025

  • Adds lockfile patterns (pnpm-lock.yaml, pnpm-lock.*.yaml) and node_modules to the ignore list
  • Expands test coverage to verify multiple ignored paths including coverage reports, build artifacts, and cache directories
  • Reorganizes documentation by moving content from CLAUDE.md to AGENT.md

@codfish codfish requested a review from Copilot September 22, 2025 14:31
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the ESLint configuration to ignore lockfiles and other build artifacts that should not be linted. The changes expand the ignore patterns to include common package manager lockfiles and various build directories.

  • Adds lockfile patterns (pnpm-lock.yaml, pnpm-lock.*.yaml) and node_modules to the ignore list
  • Expands test coverage to verify multiple ignored paths including coverage reports, build artifacts, and cache directories
  • Reorganizes documentation by moving content from CLAUDE.md to AGENT.md

Reviewed Changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
index.js Adds lockfile and node_modules patterns to the ignore configuration
tests/integration/eslint-execution.spec.js Expands test files and verification to cover additional ignored paths
README.md Adds example showing how to configure custom ignores
CLAUDE.md Replaced content with reference to AGENT.md
AGENT.md New file containing the documentation previously in CLAUDE.md

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@github-actions
Copy link

🚀 PR version published: ``

@codfish codfish marked this pull request as ready for review September 22, 2025 15:17
@codfish codfish merged commit 3f17572 into main Sep 22, 2025
3 of 4 checks passed
@codfish codfish deleted the ignore-lockfiles branch September 22, 2025 15:18
@github-actions
Copy link

🎉 This PR is included in version 12.1.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants