diff options
Diffstat (limited to 'mobile/android/fenix/ktlint-baseline.xml')
-rw-r--r-- | mobile/android/fenix/ktlint-baseline.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mobile/android/fenix/ktlint-baseline.xml b/mobile/android/fenix/ktlint-baseline.xml new file mode 100644 index 0000000000..b033ff3cc0 --- /dev/null +++ b/mobile/android/fenix/ktlint-baseline.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<baseline version="1.0"> + <file name="app/src/test/java/org/mozilla/fenix/home/recentvisits/view/RecentBookmarksViewHolderTest.kt"> + <error line="36" column="6" source="standard:block-comment-initial-star-alignment" /> + </file> +</baseline> |