Skip to content

Commit

Permalink
fix lint issues with new test
Browse files Browse the repository at this point in the history
  • Loading branch information
shashachu committed Jun 26, 2019
1 parent c5c7d46 commit 1f547d2
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
package com.pinterest.ktlint.core

import com.pinterest.ktlint.core.ast.ElementType
import java.util.ArrayList
import org.assertj.core.api.Assertions.assertThat
import org.jetbrains.kotlin.com.intellij.lang.ASTNode
import org.junit.Test
import java.util.ArrayList

class DisabledRulesTest {

@Test
fun testDisabledRule() {
class NoVarRule : Rule("no-var") {

override fun visit(
node: ASTNode,
autoCorrect: Boolean,
Expand Down

0 comments on commit 1f547d2

Please sign in to comment.