{"id":15687082,"url":"https://github.com/boxed/clojure-validate-indent","last_synced_at":"2025-05-07T18:53:27.357Z","repository":{"id":14092024,"uuid":"16795990","full_name":"boxed/clojure-validate-indent","owner":"boxed","description":"Check that the indents in your code align with the parenthesis","archived":false,"fork":false,"pushed_at":"2014-02-16T15:10:06.000Z","size":184,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-04T17:42:44.721Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/boxed.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-02-13T08:03:15.000Z","updated_at":"2019-08-13T15:35:27.000Z","dependencies_parsed_at":"2022-07-15T15:17:32.289Z","dependency_job_id":null,"html_url":"https://github.com/boxed/clojure-validate-indent","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxed%2Fclojure-validate-indent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxed%2Fclojure-validate-indent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxed%2Fclojure-validate-indent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxed%2Fclojure-validate-indent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boxed","download_url":"https://codeload.github.com/boxed/clojure-validate-indent/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221221862,"owners_count":16779636,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-03T17:43:12.884Z","updated_at":"2024-10-23T18:20:58.247Z","avatar_url":"https://github.com/boxed.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"Validate Indent\n===============\n\n`validate-indent` is a clojure program to validate indents in clojure source code. Example:\n\nFor this file:\n\n```clojure\n(defn foo [a b c]\n  (if (and (= a 1) (= b 3)))\n    (prn \"foo\")\n    (prn \"bar\")\n```\n\nWill give you an error on line 3 because there's an indent without a corresponding opening brace/paren.\n\n\nTo look at a bit more complex example clone the repo and run it with `lein run test/file_with_bad_indents.clj` will give the output `test/file_with_bad_indents.clj: 12, 16, 23` to show that those line numbers are the ones I screwed up the indenting on to create the example :P\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboxed%2Fclojure-validate-indent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboxed%2Fclojure-validate-indent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboxed%2Fclojure-validate-indent/lists"}