Toggle navigation
Toggle navigation
This project
Loading...
Sign in
홍길동
/
onos
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
tom
2014-09-13 13:33:19 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7438d0b7cf89848dbd2b18e772b95eb142f09a39
7438d0b7
1 parent
82e72576
Disabled checkstyle rule for Java files to end with new-line.
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
9 deletions
tools/build/conf/src/main/resources/onos/suppressions.xml
tools/build/conf/src/main/resources/onos/suppressions.xml
View file @
7438d0b
...
...
@@ -2,14 +2,6 @@
<!DOCTYPE suppressions PUBLIC "-//Puppy Crawl//DTD Suppressions 1.1//EN" "http://www.puppycrawl.com/dtds/suppressions_1_1.dtd">
<suppressions>
<!--
Note: Exclusion definition exists in multiple places.
- In file ${findbugs.excludeFilterFile} defined at top of pom.xml
- In file conf/checkstyle/suppressions.xml (this file)
- maven-pmd-plugin configuration in pom.xml
(under build and reporting)
-->
<!-- Suppressions for ONOS -->
<suppress
files=
"edu.stanford.ramcloud.*"
checks=
"[_a-zA-Z0-9]*"
/>
<suppress
files=
"net.floodlightcontroller.*"
checks=
"[_a-zA-Z0-9]*"
/>
...
...
@@ -27,6 +19,7 @@
<suppress
files=
".*"
checks=
"AvoidInlineConditionalsCheck"
/>
<suppress
files=
".*"
checks=
"OperatorWrapCheck"
/>
<suppress
files=
".*"
checks=
"HiddenField"
/>
<suppress
files=
".java"
checks=
"NewlineAtEndOfFile"
/>
</suppressions>
...
...
Please
register
or
login
to post a comment