summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-11use pygments.rb ~> 2.0 when testing against upstream [skip ci]Dan Allen
2021-07-10remove workaround to reinstall Bundler in CIDan Allen
2021-07-10move all syntax highlighter dependencies to GemfileDan Allen
2021-07-10lock bundler version in CI to workaround regression [skip ci]Dan Allen
2021-07-09don't strip leading null character from fragment text when arranging linesDan Allen
2021-07-09rework help text in rubocop task [skip ci]Dan Allen
2021-07-04remove unnecessary rexml dependency in CIDan Allen
2021-07-02upgrade RuboCop, add new rules, and adjust code to confirm [skip ci]Dan Allen
2021-06-23fix lint errorDan Allen
2021-06-23add negative test to verify no warnings from background SVG are propagatedDan Allen
2021-06-21add reasons why certain code style rules are disabled [skip ci]Dan Allen
2021-06-16enable additional code style rules; add reason when disabling rule; update co...Dan Allen
2021-06-16remove unused code in comment block [skip ci]Dan Allen
2021-06-16upgrade RuboCop and adjust code to match fix for RegexpLiteral ruleDan Allen
2021-06-12use %r enclosure for regexp if regexp contains a forward slashDan Allen
2021-06-12remove generated file [skip ci]Dan Allen
2021-06-11finish alignment of RuboCop rules with Asciidoctor core [skip ci]Dan Allen
2021-06-11change Style/BlockDelimiters to be line_count_based and update code to complyDan Allen
2021-06-11add test to assert SVG in SVG is not supported and that converter issues warningDan Allen
2021-06-10exclude rubocop 1.16.1, which has a known bugDan Allen
2021-06-10upgrade rubocop-rspec and add new rules [skip ci]Dan Allen
2021-06-10disable Layout/HashAlignment rule since it's causing RuboCop to crashDan Allen
2021-06-08tighten code style rules for test suite [skip ci]Dan Allen
2021-06-06enable Style/FormatStringToken rule and add exceptions [skip ci]Dan Allen
2021-06-06enable Style/SoleNestedConditional rule and update code to complyDan Allen
2021-06-06further align code style rules with coreDan Allen
2021-06-06don't check for the use of class varsDan Allen
2021-06-06enable Lint/FloatComparison but disable in test suite; add exclusion in main ...Dan Allen
2021-06-06enable Lint/ConstantDefinitionInBlock but disable for test suite; update code...Dan Allen
2021-06-06remove unused constantDan Allen
2021-06-06enforce no braces around Hash in last position of array and update code to co...Dan Allen
2021-06-06enable Lint/AmbiguousBlockAssociation rule and configure exceptionsDan Allen
2021-06-04resolves #1934 fix encoding of indent in wrapped source blocks when font is A...Dan Allen
2021-06-03further align RuboCop config with core [skip ci]Dan Allen
2021-06-02more closely align RuboCop rules with core and update code to fit [skip ci]Dan Allen
2021-06-02upgrade RuboCop and fix indentation of multi-line method calls [skip ci]Dan Allen
2021-06-02add extra dependencies for prawn HEAD to Gemfile when testing upstreamDan Allen
2021-05-27be forward looking and set branch on gem function that uses github option in ...Dan Allen
2021-05-16resolves #1927 honor pre-wrap role on phrase (PR #1932)Dan Allen
2021-05-15allow custom inline role to control text transform when it's not the only rol...Dan Allen
2021-05-14resolves #1929 honor prepress page margins on subsequent pages in index (PR #...Dan Allen
2021-05-13only use ? shorthand for character that requires interpolation or backslashDan Allen
2021-05-10resolves #1917 honor pdf-folio-placement setting even when media=prepress (PR...Dan Allen
2021-05-10fix spelling errors in CHANGELOG [skip ci]Dan Allen
2021-05-09use present to refer to current year in copyright statement [skip ci]Dan Allen
2021-05-09separate links in README to other version lines [skip ci]Dan Allen
2021-05-09fix name of optimizer script in test description [skip ci]Dan Allen
2021-05-09remove mention from README about behavior in 1.5.x alpha release [skip ci]Dan Allen
2021-05-09stub in entry in CI matrix as a reminder to test Asciidoctor 2.0.x once 2.1.0...Dan Allen
2021-05-09add link to 1.6.x branch in README [skip ci]Dan Allen