Skip to content

Trim trailing white space throughout the project#1990

Merged
ioquatix merged 1 commit intorack:mainfrom
jdufresne:ws
Dec 3, 2022
Merged

Trim trailing white space throughout the project#1990
ioquatix merged 1 commit intorack:mainfrom
jdufresne:ws

Conversation

@jdufresne
Copy link
Contributor

Many editors clean up trailing white space on save. By removing it all in one go, it helps keep future diffs cleaner and eases new contributions by avoiding spurious white space changes on unrelated lines.

Many editors clean up trailing white space on save. By removing it all
in one go, it helps keep future diffs cleaner and eases new
contributions by avoiding spurious white space changes on unrelated
lines.
Copy link
Member

@ioquatix ioquatix left a comment

Choose a reason for hiding this comment

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

LGTM.

@ioquatix ioquatix merged commit 1fc01e1 into rack:main Dec 3, 2022
@jdufresne jdufresne deleted the ws branch December 3, 2022 13:45
ioquatix pushed a commit that referenced this pull request Dec 5, 2022
Many editors clean up trailing white space on save. By removing it all
in one go, it helps keep future diffs cleaner and eases new
contributions by avoiding spurious white space changes on unrelated
lines.
tenderlove added a commit that referenced this pull request Jan 17, 2023
* 3-0-sec: (24 commits)
  bump version
  Update changelog
  Fix ReDoS vulnerability in multipart parser
  Fix ReDoS in Rack::Utils.get_byte_ranges
  Forbid control characters in attributes
  Bump patch version.
  `Rack::Request#POST` should consistently raise errors. (#2010)
  Fix Rack::Lint error message for HTTP_CONTENT_TYPE and HTTP_CONTENT_LENGTH (#2007)
  Rack::MethodOverride handle QueryParser::ParamsTooDeepError (#2006)
  Bump patch version.
  Fix Regexp deprecated third argument with Regexp::NOENCODING (#1998)
  Update tests to work on latest Rubies. (#1999)
  Bump patch version.
  Allow passing through streaming bodies. (#1993)
  Remove unnecessary executable bit from test files (#1992)
  Fix Utils.build_nested_query to URL-encode all query string fields (#1989)
  Trim trailing white space throughout the project (#1990)
  Fix some typos (#1991)
  Remove leading dot to fix compatibility with latest cgi gem. (#1988)
  Fix outdated Rack::Builder rdocs and remove Lobster references (#1986)
  ...
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.

2 participants