removing checkstyle file
Change-Id: I08b8c889d7ac508132e99ae82fa4445bffdb7675
Showing
1 changed file
with
0 additions
and
15 deletions
providers/openflow/flow/.checkstyle
deleted
100644 → 0
1 | -<?xml version="1.0" encoding="UTF-8"?> | ||
2 | - | ||
3 | -<fileset-config file-format-version="1.2.0" simple-config="false" sync-formatter="false"> | ||
4 | - <local-check-config name="maven-checkstyle-plugin validate-checkstyle" location="jar:file:/Users/ash/.m2/repository/org/onlab/tools/onos-build-conf/1.0/onos-build-conf-1.0.jar!/onos/checkstyle.xml" type="remote" description="maven-checkstyle-plugin configuration validate-checkstyle"> | ||
5 | - <property name="checkstyle.cache.file" value="${project_loc}/target/checkstyle-cachefile"/> | ||
6 | - <property name="checkstyle.suppressions.file" value="/Users/ash/work/onos-next/providers/of/host/target/checkstyle-suppressions-validate-checkstyle.xml"/> | ||
7 | - <property name="checkstyle.header.file" value="/Users/ash/work/onos-next/providers/of/host/target/checkstyle-header-validate-checkstyle.txt"/> | ||
8 | - </local-check-config> | ||
9 | - <fileset name="java-sources-validate-checkstyle" enabled="true" check-config-name="maven-checkstyle-plugin validate-checkstyle" local="true"> | ||
10 | - <file-match-pattern match-pattern="src/test/java.*\.java" include-pattern="true"/> | ||
11 | - <file-match-pattern match-pattern="src/main/java/.*\.java" include-pattern="true"/> | ||
12 | - <file-match-pattern match-pattern="src/main/resources.*\.properties" include-pattern="true"/> | ||
13 | - <file-match-pattern match-pattern="src/test/resources.*\.properties" include-pattern="true"/> | ||
14 | - </fileset> | ||
15 | -</fileset-config> |
-
Please register or login to post a comment