Skip to content

Instantly share code, notes, and snippets.

View mholland's full-sized avatar
Have a campachoochoo on me.

Matt Holland mholland

Have a campachoochoo on me.
View GitHub Profile

Keybase proof

I hereby claim:

  • I am mholland on github.
  • I am mjholland (https://keybase.io/mjholland) on keybase.
  • I have a public key ASBpe7dUHbjOQQXFafVh4iTdJZJfAFpKTaKXBhe9X6ZDUQo

To claim this, I am signing this object:

@mholland
mholland / inspectcode.xslt
Last active February 17, 2017 15:56 — forked from maartenba/inspectcode.xslt
R# InspectCode XSLT
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:msxsl="urn:schemas-microsoft-com:xslt" exclude-result-prefixes="msxsl">
<xsl:key name="ISSUETYPES" match="/Report/Issues/Project/Issue" use="@TypeId"/>
<xsl:output method="html" indent="yes"/>
<xsl:template match="/" name="TopLevelReport">
<html>
<head>
<title>Resharper InspectCode Report</title>