[ruby/rdoc] Auto-correct trailing new lines

https://github.com/ruby/rdoc/commit/4b68c0728a
This commit is contained in:
Vinicius Stock 2023-06-02 18:56:15 -04:00 коммит произвёл git
Родитель 7b803eafa2
Коммит a4d92475f6
98 изменённых файлов: 0 добавлений и 101 удалений

Просмотреть файл

@ -109,4 +109,3 @@ class RDoc::Alias < RDoc::CodeObject
end
end

Просмотреть файл

@ -8,4 +8,3 @@
class RDoc::AnonClass < RDoc::ClassModule
end

Просмотреть файл

@ -173,4 +173,3 @@ class RDoc::Attr < RDoc::MethodAttr
end
end

Просмотреть файл

@ -799,4 +799,3 @@ class RDoc::ClassModule < RDoc::Context
end
end

Просмотреть файл

@ -184,4 +184,3 @@ class RDoc::Constant < RDoc::CodeObject
end
end

Просмотреть файл

@ -231,4 +231,3 @@ class RDoc::Context::Section
end
end

Просмотреть файл

@ -223,4 +223,3 @@ class RDoc::CrossReference
end
end

Просмотреть файл

@ -16,4 +16,3 @@ class RDoc::ERBPartial < ERB
end
end

Просмотреть файл

@ -39,4 +39,3 @@ class RDoc::ERBIO < ERB
end
end

Просмотреть файл

@ -7,4 +7,3 @@
class RDoc::Extend < RDoc::Mixin
end

Просмотреть файл

@ -157,4 +157,3 @@ class RDoc::TopLevel
end
end

Просмотреть файл

@ -28,4 +28,3 @@ class RDoc::Generator::RI
end
end

Просмотреть файл

@ -4,4 +4,3 @@
class RDoc::GhostMethod < RDoc::AnyMethod
end

Просмотреть файл

@ -7,4 +7,3 @@
class RDoc::Include < RDoc::Mixin
end

Просмотреть файл

@ -2129,4 +2129,3 @@ RDoc::Markdown::HTML_ENTITIES = {
"zwj" => [0x0200D],
"zwnj" => [0x0200C],
}

Просмотреть файл

@ -20,4 +20,3 @@ class RDoc::Markup::AttrChanger
end
end

Просмотреть файл

@ -33,4 +33,3 @@ class RDoc::Markup::AttrSpan
end
end

Просмотреть файл

@ -400,4 +400,3 @@ class RDoc::Markup::AttributeManager
end
end

Просмотреть файл

@ -68,4 +68,3 @@ class RDoc::Markup::Attributes
end
end

Просмотреть файл

@ -25,4 +25,3 @@ class RDoc::Markup::BlankLine
end
end

Просмотреть файл

@ -12,4 +12,3 @@ class RDoc::Markup::BlockQuote < RDoc::Markup::Raw
end
end

Просмотреть файл

@ -162,4 +162,3 @@ class RDoc::Markup::Document
end
end

Просмотреть файл

@ -263,4 +263,3 @@ class RDoc::Markup::Formatter
end
end

Просмотреть файл

@ -29,4 +29,3 @@ class RDoc::Markup::HardBreak
end
end

Просмотреть файл

@ -76,4 +76,3 @@ RDoc::Markup::Heading =
end
end

Просмотреть файл

@ -40,4 +40,3 @@ class RDoc::Markup::Include
end
end

Просмотреть файл

@ -45,4 +45,3 @@ class RDoc::Markup::IndentedParagraph < RDoc::Markup::Raw
end
end

Просмотреть файл

@ -99,4 +99,3 @@ class RDoc::Markup::List
end
end

Просмотреть файл

@ -97,4 +97,3 @@ class RDoc::Markup::ListItem
end
end

Просмотреть файл

@ -26,4 +26,3 @@ class RDoc::Markup::Paragraph < RDoc::Markup::Raw
end
end

Просмотреть файл

@ -67,4 +67,3 @@ class RDoc::Markup::Raw
end
end

Просмотреть файл

@ -38,4 +38,3 @@ class RDoc::Markup::RegexpHandling
end
end

Просмотреть файл

@ -18,4 +18,3 @@ class RDoc::Markup::Rule < Struct.new :weight
end
end

Просмотреть файл

@ -91,4 +91,3 @@ class RDoc::Markup::ToAnsi < RDoc::Markup::ToRdoc
end
end

Просмотреть файл

@ -445,4 +445,3 @@ class RDoc::Markup::ToHtml < RDoc::Markup::Formatter
end
end

Просмотреть файл

@ -173,4 +173,3 @@ class RDoc::Markup::ToHtmlCrossref < RDoc::Markup::ToHtml
end
end

Просмотреть файл

@ -282,4 +282,3 @@ class RDoc::Markup::ToHtmlSnippet < RDoc::Markup::ToHtml
end
end

Просмотреть файл

@ -44,4 +44,3 @@ class RDoc::Markup::ToJoinedParagraph < RDoc::Markup::Formatter
alias accept_table ignore
end

Просмотреть файл

@ -72,4 +72,3 @@ class RDoc::Markup::ToLabel < RDoc::Markup::Formatter
alias start_accepting ignore
end

Просмотреть файл

@ -189,4 +189,3 @@ class RDoc::Markup::ToMarkdown < RDoc::Markup::ToRdoc
end
end

Просмотреть файл

@ -342,4 +342,3 @@ class RDoc::Markup::ToRdoc < RDoc::Markup::Formatter
end
end

Просмотреть файл

@ -86,4 +86,3 @@ class RDoc::Markup::ToTableOfContents < RDoc::Markup::Formatter
# :startdoc:
end

Просмотреть файл

@ -67,4 +67,3 @@ class RDoc::Markup::ToTest < RDoc::Markup::Formatter
# :startdoc:
end

Просмотреть файл

@ -118,4 +118,3 @@ class RDoc::Markup::ToTtOnly < RDoc::Markup::Formatter
end
end

Просмотреть файл

@ -81,4 +81,3 @@ class RDoc::Markup::Verbatim < RDoc::Markup::Raw
end
end

Просмотреть файл

@ -4,4 +4,3 @@
class RDoc::MetaMethod < RDoc::AnyMethod
end

Просмотреть файл

@ -416,4 +416,3 @@ class RDoc::MethodAttr < RDoc::CodeObject
end
end

Просмотреть файл

@ -118,4 +118,3 @@ class RDoc::Mixin < RDoc::CodeObject
end
end

Просмотреть файл

@ -90,4 +90,3 @@ class RDoc::NormalClass < RDoc::ClassModule
end
end

Просмотреть файл

@ -71,4 +71,3 @@ class RDoc::NormalModule < RDoc::ClassModule
end
end

Просмотреть файл

@ -332,4 +332,3 @@ class RDoc::Parser::ChangeLog < RDoc::Parser
end
end
end

Просмотреть файл

@ -20,5 +20,3 @@ class RDoc::Parser::Markdown < RDoc::Parser
end
end

Просмотреть файл

@ -20,4 +20,3 @@ class RDoc::Parser::RD < RDoc::Parser
end
end

Просмотреть файл

@ -163,5 +163,3 @@ module RDoc::Parser::RubyTools
end
end

Просмотреть файл

@ -9,4 +9,3 @@
module RDoc::Parser::Text
end

Просмотреть файл

@ -69,4 +69,3 @@ class RDoc::RD::Inline
alias to_s rdoc # :nodoc:
end

Просмотреть файл

@ -49,4 +49,3 @@ class RDoc::Require < RDoc::CodeObject
end
end

Просмотреть файл

@ -4,4 +4,3 @@ module RDoc::RI
Store = RDoc::Store # :nodoc:
end

Просмотреть файл

@ -28,4 +28,3 @@ class RDoc::SingleClass < RDoc::ClassModule
end
end
end

Просмотреть файл

@ -57,4 +57,3 @@ class RDoc::Stats::Quiet
def done_adding(*) end
end

Просмотреть файл

@ -42,5 +42,3 @@ class RDoc::Stats::Verbose < RDoc::Stats::Normal
end
end

Просмотреть файл

@ -116,4 +116,3 @@ module RDoc::TokenStream
end
end

Просмотреть файл

@ -286,4 +286,3 @@ class RDoc::TopLevel < RDoc::Context
end
end

Просмотреть файл

@ -112,4 +112,3 @@ class RDoc::Markup::TextFormatterTestCase < RDoc::Markup::FormatterTestCase
end
end

Просмотреть файл

@ -144,4 +144,3 @@ class TestRDocContextSection < RDoc::TestCase
end
end

Просмотреть файл

@ -57,4 +57,3 @@ class TestRDocGeneratorMarkup < RDoc::TestCase
end
end

Просмотреть файл

@ -93,4 +93,3 @@ the time
end
end

Просмотреть файл

@ -393,4 +393,3 @@ class TestRDocMarkupAttributeManager < RDoc::TestCase
end
end

Просмотреть файл

@ -37,4 +37,3 @@ class TestRDocMarkupAttributes < RDoc::TestCase
end
end

Просмотреть файл

@ -205,4 +205,3 @@ class TestRDocMarkupDocument < RDoc::TestCase
end
end

Просмотреть файл

@ -29,4 +29,3 @@ class TestRDocMarkupHardBreak < RDoc::TestCase
end
end

Просмотреть файл

@ -27,4 +27,3 @@ class TestRDocMarkupHeading < RDoc::TestCase
end
end

Просмотреть файл

@ -17,4 +17,3 @@ class TestRDocMarkupInclude < RDoc::TestCase
end
end

Просмотреть файл

@ -51,4 +51,3 @@ class TestRDocMarkupIndentedParagraph < RDoc::TestCase
end
end

Просмотреть файл

@ -30,4 +30,3 @@ class TestRDocMarkupParagraph < RDoc::TestCase
end
end

Просмотреть файл

@ -20,4 +20,3 @@ class TestRDocMarkupRaw < RDoc::TestCase
end
end

Просмотреть файл

@ -367,4 +367,3 @@ bar:
end
end

Просмотреть файл

@ -957,4 +957,3 @@ EXPECTED
assert_include result, CGI.escapeHTML(unexpected)
end
end

Просмотреть файл

@ -30,4 +30,3 @@ class TestRDocMarkupToJoinedParagraph < RDoc::TestCase
end
end

Просмотреть файл

@ -110,4 +110,3 @@ class TestRDocMarkupToLabel < RDoc::Markup::FormatterTestCase
end
end

Просмотреть файл

@ -387,4 +387,3 @@ words words words words
end
end

Просмотреть файл

@ -375,4 +375,3 @@ bar:
end
end

Просмотреть файл

@ -124,4 +124,3 @@ class TestRDocMarkupToTableOfContents < RDoc::Markup::FormatterTestCase
end
end

Просмотреть файл

@ -244,4 +244,3 @@ class TestRDocMarkupToTtOnly < RDoc::Markup::FormatterTestCase
end
end

Просмотреть файл

@ -27,4 +27,3 @@ class TestRDocMarkupVerbatim < RDoc::TestCase
end
end

Просмотреть файл

@ -2068,4 +2068,3 @@ void Init_Blah(void) {
end
end

Просмотреть файл

@ -482,4 +482,3 @@ ChangeLog
RDoc::Parser::ChangeLog::Git::LogEntry.new(*a)
end
end

Просмотреть файл

@ -59,4 +59,3 @@ class TestRDocParserMarkdown < RDoc::TestCase
end
end

Просмотреть файл

@ -53,4 +53,3 @@ class TestRDocParserRd < RDoc::TestCase
end
end

Просмотреть файл

@ -113,4 +113,3 @@ contents of a string.
end
end

Просмотреть файл

@ -28,4 +28,3 @@ class TestRDocRd < RDoc::TestCase
end
end

Просмотреть файл

@ -61,4 +61,3 @@ class TestRDocRdInline < RDoc::TestCase
end
end

Просмотреть файл

@ -155,4 +155,3 @@ class TestRDocRIPaths < RDoc::TestCase
end
end

Просмотреть файл

@ -18,4 +18,3 @@ class TestRDocSingleClass < RDoc::TestCase
end
end

Просмотреть файл

@ -720,4 +720,3 @@ m(a, b) { |c, d| ... }
end
end

Просмотреть файл

@ -55,4 +55,3 @@ class TestRDocTokenStream < RDoc::TestCase
assert_equal "foo 'bar'", foo.tokens_to_s
end
end

Просмотреть файл

@ -149,4 +149,3 @@ class Child < Parent
end
XREF_DATA

Просмотреть файл

@ -91,4 +91,3 @@ class XrefTestCase < RDoc::TestCase
end
end