fix(linting): fixed linting to handle linting for JAVA and XML files#122
fix(linting): fixed linting to handle linting for JAVA and XML files#122Zapper9982 wants to merge 3 commits intoPSMRI:developfrom
Conversation
WalkthroughThe changes update the lint-staged configuration within the Changes
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
⏰ Context from checks skipped due to timeout of 90000ms (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Actionable comments posted: 2
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (1)
checkstyle.jaris excluded by!**/*.jar
📒 Files selected for processing (1)
package.json(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (1)
- GitHub Check: Analyze (java)
🔇 Additional comments (1)
package.json (1)
16-18: Verify ESLint patterns for TypeScript/JavaScript and removed file types
The glob"src/**/*.{ts,js}"now only targets.tsand.js. Confirm that dropping.cssand.htmlfrom your ESLint step is intentional—if you still need to lint those files, you’ll want to reintroduce them or wire up stylelint/HTMLLint. Also consider whether you need to include.jsx/.tsx.
checkstyle.jar
Outdated
There was a problem hiding this comment.
okay! @drtechie should i figure out thje checkstyle.xml configuration to have linting implemented then ?
|



📋 Description
JIRA ID:
Updated the linting to handle .java and .xml files
Checkstyle.jarwhich allows linting for .java filesxmllintfor linting xml files✅ Type of Change
Screenshots
Summary by CodeRabbit