-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 2bc48e4
Showing
17 changed files
with
2,728 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
languages: bash, css, json, lisp, markdown, plaintext, xml, yaml | ||
theme: atom-one-dark |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?xml version="1.0" encoding="ISO-8859-1"?> | ||
<rss version="2.0"> | ||
<channel> | ||
<title>40ants-linter-docs ChangeLog</title> | ||
<link>https://40ants.com/linter/</link> | ||
<generator>xml-emitter</generator> | ||
<language>en-us</language> | ||
<item> | ||
<title>0.3.0 (2023-12-01)</title> | ||
<description><ul><li><p>Fixed issue when package was mentioned as unused whereas it was used inside a backquoted part of the macro.</p></li></ul></description> | ||
<pubDate>Fri, 01 Dec 2023 00:00:00 +0000</pubDate> | ||
</item> | ||
<item> | ||
<title>0.2.0 (2023-11-19)</title> | ||
<description><ul><li><p>Now imports linter can warn on packages mentioned in defpackage but missing.</p></li></ul></description> | ||
<pubDate>Sun, 19 Nov 2023 00:00:00 +0000</pubDate> | ||
</item> | ||
<item> | ||
<title>0.1.0 (2021-04-06)</title> | ||
<description><ul><li><p>Initial version.</p></li></ul></description> | ||
<pubDate>Tue, 06 Apr 2021 00:00:00 +0000</pubDate> | ||
</item> | ||
</channel> | ||
</rss> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,96 @@ | ||
<html lang=en> | ||
<head> | ||
<meta charset=UTF-8><meta name=viewport | ||
content="width=device-width, initial-scale=1"> | ||
<title>ChangeLog</title> | ||
<link rel=alternate | ||
href="https://40ants.com/linter/changelog.xml" | ||
type="application/rss+xml"> | ||
<link rel=stylesheet type="text/css" | ||
href="../theme.css"> | ||
<script type="text/javascript" src="../jquery.js"></script> | ||
<script type="text/javascript" src="../toc.js"></script> | ||
<script type="text/javascript">$(document).ready(function() {$('a:has(img)').css('border-bottom', 'none')})</script> | ||
<link rel=stylesheet type="text/css" | ||
href="../highlight.min.css"> | ||
<script type="text/javascript" | ||
src="../highlight.min.js"></script> | ||
<script type="text/javascript">hljs.highlightAll();</script> | ||
<!-- Google tag (gtag.js) --> | ||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FL71WXK73K"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag(){dataLayer.push(arguments);} | ||
gtag('js', new Date()); | ||
|
||
gtag('config', 'G-FL71WXK73K'); | ||
</script> | ||
|
||
<!-- Yandex.Metrika counter --> | ||
<script type="text/javascript" > | ||
(function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)}; | ||
m[i].l=1*new Date(); | ||
for (var j = 0; j < document.scripts.length; j++) {if (document.scripts[j].src === r) { return; }} | ||
k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)}) | ||
(window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym"); | ||
|
||
ym(42462884, "init", { | ||
clickmap:true, | ||
trackLinks:true, | ||
accurateTrackBounce:true | ||
}); | ||
</script> | ||
<noscript><div><img src="https://mc.yandex.ru/watch/42462884" style="position:absolute; left:-9999px;" alt="" /></div></noscript> | ||
<!-- /Yandex.Metrika counter --> | ||
|
||
</head> | ||
<body> | ||
<div class=page><a id=fork-me href="https://github.com/40ants/linter">Fork me on GitHub</a> | ||
<div class=navbar> | ||
<div class=navbar-inner> | ||
<a class=brand href="/"> | ||
<img class=logo | ||
src="https://40ants.com/img/logo.svg"></a> | ||
<ul class=nav> | ||
<li><a href="/posts/">Blog</a> | ||
<li><a href="/ru/posts/">Blog (RU)</a> | ||
<li><a href="/tips/">Lisp Tips</a> | ||
<li><a href="/projects/">Our Projects</a> | ||
<li><a href="/about/">About</a> | ||
</ul> | ||
</div> | ||
</div> | ||
<input type=checkbox id=sidebar-check> | ||
<label for=sidebar-check> | ||
<div id=sidebar-trigger> | ||
<span></span><span></span><span></span> | ||
</div></label><div class=sidebar><div class=header><form class=search method=GET | ||
action="../search/"> | ||
<input type=text name=q> | ||
<input type=submit value=Search><span id=search-progress></span> | ||
</form> | ||
</div><div class=content><div class=page-toc><ul><li><p><a href="../#x-2840ANTS-LINTER-DOCS-2FINDEX-3A-40INDEX-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29" data-document="../" data-node="x-2840ANTS-LINTER-DOCS-2FINDEX-3A-40INDEX-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29">40ants-linter - A custom wrapper to run SBLINT and also to validate package imports.</a></p><ul><li><p><a href="../#40-ants-linter-asdf-system-details" data-document="../" data-node="40-ants-linter-asdf-system-details">40ANTS-LINTER ASDF System Details</a></p></li><li><p><a href="../#x-2840ANTS-LINTER-DOCS-2FINDEX-3A-3A-40INSTALLATION-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29" data-document="../" data-node="x-2840ANTS-LINTER-DOCS-2FINDEX-3A-3A-40INSTALLATION-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29">Installation</a></p></li><li><p><a href="../#x-2840ANTS-LINTER-DOCS-2FINDEX-3A-3A-40USAGE-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29" data-document="../" data-node="x-2840ANTS-LINTER-DOCS-2FINDEX-3A-3A-40USAGE-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29">Usage</a></p></li></ul></li><li><p><a href="#x-2840ANTS-LINTER-DOCS-2FCHANGELOG-3A-40CHANGELOG-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29" data-document="" data-node="x-2840ANTS-LINTER-DOCS-2FCHANGELOG-3A-40CHANGELOG-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29">ChangeLog</a></p></li></ul> | ||
</div> | ||
</div><div class=footer> | ||
<a href="https://40ants.com/doc">[generated by 40ANTS-DOC]</a> | ||
</div> | ||
</div><div class=content role=main><h1>ChangeLog<a class=rss-icon href="https://40ants.com/linter/changelog.xml"></a></h1><h2>0.3.0 (2023-12-01)<a class=header-link | ||
href=#x-2840ANTS-LINTER-DOCS-2FCHANGELOG-3A-3A-7C0-2E3-2E0-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29 | ||
title="Permalink to this headline" | ||
id=x-2840ANTS-LINTER-DOCS-2FCHANGELOG-3A-3A-7C0-2E3-2E0-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29></a></h2><ul><li><p>Fixed issue when package was mentioned as unused whereas it was used inside a backquoted part of the macro.</p></li></ul><h2>0.2.0 (2023-11-19)<a class=header-link | ||
href=#x-2840ANTS-LINTER-DOCS-2FCHANGELOG-3A-3A-7C0-2E2-2E0-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29 | ||
title="Permalink to this headline" | ||
id=x-2840ANTS-LINTER-DOCS-2FCHANGELOG-3A-3A-7C0-2E2-2E0-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29></a></h2><ul><li><p>Now imports linter can warn on packages mentioned in defpackage but missing.</p></li></ul><h2>0.1.0 (2021-04-06)<a class=header-link | ||
href=#x-2840ANTS-LINTER-DOCS-2FCHANGELOG-3A-3A-7C0-2E1-2E0-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29 | ||
title="Permalink to this headline" | ||
id=x-2840ANTS-LINTER-DOCS-2FCHANGELOG-3A-3A-7C0-2E1-2E0-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29></a></h2><ul><li><p>Initial version.</p></li></ul> | ||
</div><div class=footer> | ||
<hr class=separator> | ||
<p class=fineprint>Created with passion by <em>40Ants</em><a class=lisp-logo | ||
href="http://lisp-lang.org/"> | ||
<img | ||
src="https://40ants.com/img/made-with-lisp.svg"></a> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
Oops, something went wrong.