feat: Add ignored columns reporting#9
Merged
morganjezequel merged 6 commits intomasterfrom Jun 9, 2025
Merged
Conversation
f94427c to
1678b7f
Compare
This commit introduces a new feature that provides reporting of ignored columns when the corresponding option is enabled. A new option, `report_ignored_columns`, has been added to the `Sheetah::Template` initialization. It works in conjunction with the existing `ignore_unspecified_columns` option, which must also be enabled for the reporting to take effect.
1678b7f to
83b4f4c
Compare
added 4 commits
May 15, 2025 17:14
Updating Nokogiri is needed: > nokogiri-1.15.4-x86_64-linux requires ruby version < 3.3.dev, >= 2.7
f36b030 to
4b52a18
Compare
Remove support for ruby 2.7, add support for ruby 3.3 and 3.4.
4b52a18 to
f3957e1
Compare
TanguyLecoeuvre
approved these changes
May 27, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This commit introduces a new feature that provides reporting of ignored columns when the corresponding option is enabled.
A new option,
report_ignored_columns, has been added to theSheetah::Templateinitialization. It works in conjunction with the existingignore_unspecified_columnsoption, which must also be enabled for the reporting to take effect.