diff graal/GraalGraph/.checkstyle @ 2550:d9b2a8653054

Enabled checkstyle for the GraalGraph project. Fixed checkstyle errors. Set correct code formatter.
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Wed, 27 Apr 2011 22:13:30 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/graal/GraalGraph/.checkstyle	Wed Apr 27 22:13:30 2011 +0200
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<fileset-config file-format-version="1.2.0" simple-config="true" sync-formatter="false">
+  <local-check-config name="C1X Checkstyle checks" location="/GraalCompiler/.checkstyle_checks.xml" type="project" description="">
+    <additional-data name="protect-config-file" value="false"/>
+  </local-check-config>
+  <fileset name="all" enabled="true" check-config-name="C1X Checkstyle checks" local="true">
+    <file-match-pattern match-pattern="." include-pattern="true"/>
+  </fileset>
+</fileset-config>