Skip to content

Feature/support config file #3970

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

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

Conversation

fabricereix
Copy link
Collaborator

No description provided.

@fabricereix fabricereix marked this pull request as draft April 16, 2025 12:42
@jcamiel
Copy link
Collaborator

jcamiel commented Apr 23, 2025

FYI, with ripgrep, the config file can be like this:

$ cat $HOME/.ripgreprc
# Don't let ripgrep vomit really long lines to my terminal, and show a preview.
--max-columns=150
--max-columns-preview

# Add my 'web' type.
--type-add
web:*.{html,css,js}*

# Search hidden files / directories (e.g. dotfiles) by default
--hidden

# Using glob patterns to include/exclude files or folders
--glob=!.git/*

# or
--glob
!.git/*

# Set the colors.
--colors=line:none
--colors=line:style:bold

# Because who cares about case!?
--smart-case

Either in ~/.ripgreprc or in ~/.config/ripgrep/config

fn parse_matches(
arg_matches: &ArgMatches,
allow_color: bool,
config_options: CliOptions,
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rename to default_options

@lepapareil
Copy link
Collaborator

/rebase

@hurl-bot
Copy link
Collaborator

🕗 /rebase is running, please wait for completion.

@hurl-bot
Copy link
Collaborator

🔨 Auto rebase from Orange-OpenSource/hurl/master succeeds, Orange-OpenSource/hurl/feature/support-config-file now embeds these commits:

  • 6705c92 Accept depencies with ISC license https://www.isc.org/download/
  • f76e247 Update hurl version to 7.0.0-SNAPSHOT
  • aa40d01 Cargo lock update for hurl packages when updating branch version
  • 200741e Disable cargo update on updating branch version
  • 42aeeeb Update zizmor conf
  • 59d419d Rename some enum/struc/functions to be more explicit.
  • 7c7b410 Replace deprecated libxml2 initGenericErrorDefaultFunc with xmlSetGenericErrorFunc.
  • 11849ea Update CHANGELOG.

@hurl-bot hurl-bot force-pushed the feature/support-config-file branch from 481ff87 to bbd5d84 Compare April 24, 2025 14:05
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.

4 participants