summaryrefslogtreecommitdiff
path: root/.rubocop.yml
AgeCommit message (Expand)Author
2022-07-22upgrade RuboCop and configure new rules [no ci]Dan Allen
2022-07-13upgrade RuboCop and configure new rulesDan Allen
2022-05-30update RuboCop and configure new rulesDan Allen
2022-05-25upgrade RuboCop and adjust rules accordinglyDan Allen
2022-05-10clarify comment in RuboCop config [no ci]Dan Allen
2022-05-04update RuboCop and configure new rulesDan Allen
2022-04-21add comment to RuboCop config [skip ci]Dan Allen
2022-04-17update RuboCop and tweak configurationDan Allen
2022-04-16bump minimum Ruby version to 2.7 and remove obsolete patches (PR #2038)Dan Allen
2021-07-02upgrade RuboCop, add new rules, and adjust code to confirm [skip ci]Dan 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-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-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-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-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-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-05-09use while true instead of loop in theme loaderDan Allen
2021-05-07update RuboCop; allow non-ASCII characters in comments [skip ci]Dan Allen
2021-04-30update Rubocop config [skip ci]Dan Allen
2021-04-30enable rubocop rules on Rake filesDan Allen
2021-04-30upgrade rubocopDan Allen
2021-04-15enforce parens around ternary condition when condition is complex [skip ci]Dan Allen
2021-04-09add more complete editorconfig to match other projects in the ecosystem [skip...Dan Allen
2021-04-09configure tools to enforce consistent use of LF lines feeds in source (PR #19...Alexander Schwartz
2021-02-16upgrade Rubocop and fix new warningsDan Allen
2021-01-27sort Rubocop rulesDan Allen
2021-01-26upgrade dependencies and fix new lint violationsDan Allen
2020-11-11upgrade RuboCop, add new rules, and update code to fix violationsDan Allen
2020-09-29upgrade rubocop and update code to honor new rulesDan Allen
2020-07-28fix lint errorDan Allen
2020-07-16upgrade Rubocop and update code according to new rulesDan Allen
2020-07-14use and enforce a consistent style for comment annotationsDan Allen
2020-05-07drop unsupported versions of Ruby (Ruby < 2.5 and JRuby < 9.2) (PR #1682)Dan Allen
2020-04-14Bump Rubocop to 0.81 (PR #1646)Marat Radchenko
2020-02-06resolves #840 allow page mode to be configured using pdf-page-mode attribute ...Dan Allen