Skip to content

Conversation

@rjrudin
Copy link
Contributor

@rjrudin rjrudin commented Oct 22, 2025

Using a very minimal strategy now. There are 3 TODO's for things that ought to become errors soon. Will open separate Jira tickets for those.

Using a very minimal strategy now. There are 3 TODO's for things that ought to become errors soon. Will open separate Jira tickets for those.
Copilot AI review requested due to automatic review settings October 22, 2025 17:14
Copy link

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 enables linting in the Jenkinsfile with a minimal strategy by downgrading certain ESLint rules from errors to warnings. The changes allow the lint step to run in CI while deferring fixes for equality checks, unused variables, and var declarations to future PRs.

  • Added npm lint script and Jenkinsfile integration with --quiet flag to only fail on errors
  • Downgraded three ESLint rules (eqeqeq, no-unused-vars, no-var) from error to warn severity
  • Added TODO comments indicating these warnings should be addressed in follow-up work

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
package.json Added npm lint script to enable running ESLint via npm
eslint.config.js Downgraded three lint rules to warnings with TODO comments for future fixes
Jenkinsfile Added runLint() function and integrated it into the pipeline's dev branch stage

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

@github-actions
Copy link

Copyright Validation Results
Total: 3 | Passed: 1 | Failed: 0 | Skipped: 2 | at: 2025-10-22 17:15:05 UTC | commit: 3716a74

⏭️ Skipped (Excluded) Files

  • Jenkinsfile
  • package.json

✅ Valid Files

  • eslint.config.js

✅ All files have valid copyright headers!

@rjrudin rjrudin merged commit 5e8b43f into develop Oct 23, 2025
3 checks passed
@rjrudin rjrudin deleted the feature/24763-linting branch October 23, 2025 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants