lint-results-release-fatal.html 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  5. <title>Lint Report</title>
  6. <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
  7. <link rel="stylesheet" href="https://code.getmdl.io/1.2.1/material.blue-indigo.min.css" />
  8. <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Roboto:300,400,500,700" type="text/css">
  9. <script defer src="https://code.getmdl.io/1.2.0/material.min.js"></script>
  10. <style>
  11. section.section--center {
  12. max-width: 860px;
  13. }
  14. .mdl-card__supporting-text + .mdl-card__actions {
  15. border-top: 1px solid rgba(0, 0, 0, 0.12);
  16. }
  17. main > .mdl-layout__tab-panel {
  18. padding: 8px;
  19. padding-top: 48px;
  20. }
  21. .mdl-card__actions {
  22. margin: 0;
  23. padding: 4px 40px;
  24. color: inherit;
  25. }
  26. .mdl-card > * {
  27. height: auto;
  28. }
  29. .mdl-card__actions a {
  30. color: #00BCD4;
  31. margin: 0;
  32. }
  33. .error-icon {
  34. color: #bb7777;
  35. vertical-align: bottom;
  36. }
  37. .warning-icon {
  38. vertical-align: bottom;
  39. }
  40. .mdl-layout__content section:not(:last-of-type) {
  41. position: relative;
  42. margin-bottom: 48px;
  43. }
  44. .mdl-card .mdl-card__supporting-text {
  45. margin: 40px;
  46. -webkit-flex-grow: 1;
  47. -ms-flex-positive: 1;
  48. flex-grow: 1;
  49. padding: 0;
  50. color: inherit;
  51. width: calc(100% - 80px);
  52. }
  53. div.mdl-layout__drawer-button .material-icons {
  54. line-height: 48px;
  55. }
  56. .mdl-card .mdl-card__supporting-text {
  57. margin-top: 0px;
  58. }
  59. .chips {
  60. float: right;
  61. vertical-align: middle;
  62. }
  63. pre.errorlines {
  64. background-color: white;
  65. font-family: monospace;
  66. border: 1px solid #e0e0e0;
  67. line-height: 0.9rem;
  68. font-size: 0.9rem; padding: 1px 0px 1px; 1px;
  69. overflow: scroll;
  70. }
  71. .prefix {
  72. color: #660e7a;
  73. font-weight: bold;
  74. }
  75. .attribute {
  76. color: #0000ff;
  77. font-weight: bold;
  78. }
  79. .value {
  80. color: #008000;
  81. font-weight: bold;
  82. }
  83. .tag {
  84. color: #000080;
  85. font-weight: bold;
  86. }
  87. .comment {
  88. color: #808080;
  89. font-style: italic;
  90. }
  91. .javadoc {
  92. color: #808080;
  93. font-style: italic;
  94. }
  95. .annotation {
  96. color: #808000;
  97. }
  98. .string {
  99. color: #008000;
  100. font-weight: bold;
  101. }
  102. .number {
  103. color: #0000ff;
  104. }
  105. .keyword {
  106. color: #000080;
  107. font-weight: bold;
  108. }
  109. .caretline {
  110. background-color: #fffae3;
  111. }
  112. .lineno {
  113. color: #999999;
  114. background-color: #f0f0f0;
  115. }
  116. .error {
  117. display: inline-block;
  118. position:relative;
  119. background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AwCFR4T/3uLMgAAADxJREFUCNdNyLERQEAABMCjL4lQwIzcjErpguAL+C9AvgKJDbeD/PRpLdm35Hm+MU+cB+tCKaJW4L4YBy+CAiLJrFs9mgAAAABJRU5ErkJggg==) bottom repeat-x;
  120. }
  121. .warning {
  122. text-decoration: none;
  123. background-color: #f6ebbc;
  124. }
  125. .overview {
  126. padding: 10pt;
  127. width: 100%;
  128. overflow: auto;
  129. border-collapse:collapse;
  130. }
  131. .overview tr {
  132. border-bottom: solid 1px #eeeeee;
  133. }
  134. .categoryColumn a {
  135. text-decoration: none;
  136. color: inherit;
  137. }
  138. .countColumn {
  139. text-align: right;
  140. padding-right: 20px;
  141. width: 50px;
  142. }
  143. .issueColumn {
  144. padding-left: 16px;
  145. }
  146. .categoryColumn {
  147. position: relative;
  148. left: -50px;
  149. padding-top: 20px;
  150. padding-bottom: 5px;
  151. }
  152. </style>
  153. <script language="javascript" type="text/javascript">
  154. <!--
  155. function reveal(id) {
  156. if (document.getElementById) {
  157. document.getElementById(id).style.display = 'block';
  158. document.getElementById(id+'Link').style.display = 'none';
  159. }
  160. }
  161. function hideid(id) {
  162. if (document.getElementById) {
  163. document.getElementById(id).style.display = 'none';
  164. }
  165. }
  166. //-->
  167. </script>
  168. </head>
  169. <body class="mdl-color--grey-100 mdl-color-text--grey-700 mdl-base">
  170. <div class="mdl-layout mdl-js-layout mdl-layout--fixed-header">
  171. <header class="mdl-layout__header">
  172. <div class="mdl-layout__header-row">
  173. <span class="mdl-layout-title">Lint Report: No errors or warnings</span>
  174. <div class="mdl-layout-spacer"></div>
  175. <nav class="mdl-navigation mdl-layout--large-screen-only">
  176. Check performed at Thu Oct 20 11:01:49 CST 2022 </nav>
  177. </div>
  178. </header>
  179. <div class="mdl-layout__drawer">
  180. <span class="mdl-layout-title">Issue Types</span>
  181. <nav class="mdl-navigation">
  182. <a class="mdl-navigation__link" href="#overview"><i class="material-icons">dashboard</i>Overview</a>
  183. </nav>
  184. </div>
  185. <main class="mdl-layout__content">
  186. <div class="mdl-layout__tab-panel is-active"><section class="section--center mdl-grid mdl-grid--no-spacing mdl-shadow--2dp" id="NoIssuesCard" style="display: block;">
  187. <div class="mdl-card mdl-cell mdl-cell--12-col">
  188. <div class="mdl-card__title">
  189. <h2 class="mdl-card__title-text">No Issues Found</h2>
  190. </div>
  191. <div class="mdl-card__supporting-text">
  192. Congratulations! </div>
  193. </div>
  194. </section> </div>
  195. </main>
  196. </div>
  197. </body>
  198. </html>