Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ignore() option to assert commands #43

Open
2 tasks
arthur-shaw opened this issue Mar 15, 2024 · 1 comment
Open
2 tasks

Add ignore() option to assert commands #43

arthur-shaw opened this issue Mar 15, 2024 · 1 comment
Labels
variable 🔢 Variable label

Comments

@arthur-shaw
Copy link
Contributor

arthur-shaw commented Mar 15, 2024

User story

After discovering offending variables, the user may discover that some variables are nevertheless the way they want them (e.g., variable label is 80 characters but the content is not truncated)

This can already be achieved through the varlist() option, but not in a simple way for end users. One would need to capture all variables in a macro, create another macro with the variables to ignore, and then use macro list functions to create a variable list that excludes the ignored variables. Better that labeller commands handle this behind the scenes.

Commands concerned

  • lbl_assert_no_long_varlbl
  • lbl_assert_var_have_lbl
@arthur-shaw arthur-shaw added the variable 🔢 Variable label label Mar 15, 2024
@kbjarkefur
Copy link
Collaborator

Save to char meta data such that information can be used by user downstream

@arthur-shaw arthur-shaw added this to the next-release-v1.1 milestone Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
variable 🔢 Variable label
Projects
None yet
Development

No branches or pull requests

2 participants