Skip to content
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

Fix HTML id attribute in cops_packaging.adoc #32

Commits on Oct 19, 2020

  1. Fix HTML id attribute in cops_packaging.adoc

    This PR fixes the following HTML id attribute in cops_packaging.adoc.
    
    ```console
    % git grep require-relative-hardcoding-lib-rationale
    docs/modules/ROOT/pages/cops_packaging.adoc:=== Rationale
    [[require-relative-hardcoding-lib-rationale]]
    docs/modules/ROOT/pages/cops_packaging.adoc:=== Examples
    [[require-relative-hardcoding-lib-rationale]]
    ```
    
    It will suppress the following warning that generates docs.rubocop.org.
    
    ```console
    $ cd docs.rubocop.org
    $ antora --pull antora-playbook.yml
    (snip)
    
    asciidoctor: WARNING: cops_packaging.adoc: line 205: id assigned to
    section already in use: require-relative-hardcoding-lib-rationale
    ```
    koic committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    6c20312 View commit details
    Browse the repository at this point in the history