docs(tflint): Replace deprecated value in example#880
Conversation
📝 WalkthroughSummary by CodeRabbit
WalkthroughThe documentation for the Changes
Sequence Diagram(s)No sequence diagram is generated as the changes are limited to documentation updates. 📜 Recent review detailsConfiguration used: .coderabbit.yaml 📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms (10)
🔇 Additional comments (2)
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
Documentation and Community
|
There was a problem hiding this comment.
Pull Request Overview
This PR updates the configuration example in the README to reflect the removal of the deprecated --module flag in TFLint v0.54.0 by replacing it with --call-module-type="all".
- Replaced --module with --call-module-type="all" in the configuration sample.
- Updated the corresponding explanatory text to match the new argument.
|
This PR is included in version 1.99.1 🎉 |
Description of your changes
--modulewas deprecated in TFLint v0.50.0 and removed in v0.54.0.According to #534 (comment), it should be replaced to
--call-module-type="all"