Commit 93e0a3fc authored by Makoto Kato's avatar Makoto Kato
Browse files

Bug 1776804 - Update spotless information in firefox-source-docs. r=geckoview-reviewers,agi

"Google Java Format plug-in" link is broken now.

Also we should add spotless information to
https://firefox-source-docs.mozilla.org/code-quality/.

Differential Revision: https://phabricator.services.mozilla.com/D150440
parent d27ba71b
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -132,6 +132,21 @@ In this document, we try to list these all tools.
     - :ref:`clippy`
     - https://github.com/rust-lang/rust-clippy

.. list-table:: Java
   :widths: 20 20 20 20 20
   :header-rows: 1

   * - Tools
     - Has autofixes
     - Meta bug
     - More info
     - Upstream
   * - Spotless
     - Yes
     - `bug 1571899 <https://bugzilla.mozilla.org/show_bug.cgi?id=1571899>`__
     - :ref:`Spotless`
     - https://github.com/diffplug/spotless

.. list-table:: Others
   :widths: 20 20 20 20 20
   :header-rows: 1
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ Spotless
for Gradle and Android.

In our current configuration, Spotless includes the
`Google Java Format plug-in https://github.com/google/google-java-format`__
`Google Java Format plug-in <https://github.com/google/google-java-format>`__
which formats all our Java code using the Google Java coding style guidelines.