Skip to content

Commit

Permalink
Remove name/language from profile XML since they're set in Java code
Browse files Browse the repository at this point in the history
  • Loading branch information
mjdetullio committed Nov 4, 2015
1 parent 5d55c56 commit c0f225b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<profile>
<name>Clang</name>
<language>objectivec</language>
<rules>
<rule>
<repositoryKey>clang</repositoryKey>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<profile>
<name>OCLint</name>
<language>objectivec</language>
<rules>
<rule>
<repositoryKey>OCLint</repositoryKey>
Expand Down
2 changes: 0 additions & 2 deletions updateRules.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,6 @@ def writeProfileOCLint(rls) {
def writer = new StringWriter()
MarkupBuilder xml = new MarkupBuilder(new IndentPrinter(writer, " "))
xml.profile() {
name "OCLint"
language "objc"
rules {
rls.each { rl ->
rule {
Expand Down

0 comments on commit c0f225b

Please sign in to comment.