{"id":37482684,"url":"https://github.com/nblockchain/conventions","last_synced_at":"2026-01-16T07:28:32.826Z","repository":{"id":61964941,"uuid":"541549621","full_name":"nblockchain/conventions","owner":"nblockchain","description":"Useful things that other `nblockchain` repos use","archived":false,"fork":false,"pushed_at":"2026-01-11T05:49:25.000Z","size":1917,"stargazers_count":1,"open_issues_count":22,"forks_count":11,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-11T12:45:16.108Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"F#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nblockchain.png","metadata":{"files":{"readme":"ReadMe.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-09-26T11:25:53.000Z","updated_at":"2026-01-11T05:49:29.000Z","dependencies_parsed_at":"2023-12-21T10:31:12.893Z","dependency_job_id":"c1df4f7b-4add-4da5-8ad8-3620f65cedb0","html_url":"https://github.com/nblockchain/conventions","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nblockchain/conventions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nblockchain%2Fconventions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nblockchain%2Fconventions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nblockchain%2Fconventions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nblockchain%2Fconventions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nblockchain","download_url":"https://codeload.github.com/nblockchain/conventions/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nblockchain%2Fconventions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28478047,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T06:30:42.265Z","status":"ssl_error","status_checked_at":"2026-01-16T06:30:16.248Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2026-01-16T07:28:32.730Z","updated_at":"2026-01-16T07:28:32.809Z","avatar_url":"https://github.com/nblockchain.png","language":"F#","funding_links":[],"categories":[],"sub_categories":[],"readme":"This is a repository that contains several useful things that other `nblockchain` repos use, such as:\n\n- [Config file](commitlint.config.ts) and [plugins](commitlint/plugins.ts) for commitlint.\n- [A reference .editorconfig file](.editorconfig).\n- [An F# style guide](docs/FSharpStyleGuide.md).\n- [Workflow guidelines](docs/WorkflowGuidelines.md).\n- Scripts that aid maintainability:\n    * [Detection of .fsx scripts without shebang](scripts/shebangConvention.fsx).\n    * [Detection of .fsx files without +x attrib](scripts/executableConvention.fsx).\n    * [F# scripts compilation](scripts/compileFSharpScripts.fsx).\n    * [EOF without EOL detection](scripts/eofConvention.fsx).\n    * [Mixed line-endings detection](scripts/mixedLineEndings.fsx).\n    * [Auto-wrap the latest commit message](scripts/wrapLatestCommitMsg.fsx).\n    * [Detect non-verbose flags (e.g. `dotnet build -c Debug` instead of `dotnet build --configuration Debug`) being used in scripts or YML CI files (there are exceptions, e.g. `env -S`)](scripts/nonVerboseFlagsInGitHubCIAndScripts.fsx).\n    * Use of unpinned versions:\n        * [Use of `-latest` suffix in `runs-on:` GitHubCI tags](scripts/unpinnedGitHubActionsImageVersions.fsx).\n        * [Use of asterisk (*) in `PackageReference` items of .NET projects](scripts/unpinnedNugetPackageReferenceVersionsInProjects.fsx).\n        * [Missing the version number in `#r \"nuget: ` refs of F# scripts](scripts/unpinnedNugetPackageReferenceVersionsInFSharpScripts.fsx).\n        * [Missing the `--version` flag in `dotnet tool install foo` invocations](scripts/unpinnedDotnetToolInstallVersions.fsx).\n    * Use of inconsistent versions:\n        * [Use of inconsistent version numbers in `uses:` and `with:` GitHubCI tags](scripts/inconsistentVersionsInGitHubCI.fsx).\n        * [Use of inconsistent version numbers in `#r \"nuget: ` refs of F# scripts](scripts/inconsistentNugetVersionsInFSharpScripts.fsx)\n        * [Use of inconsistent version numbers in nuget packages of .NET projects](scripts/inconsistentNugetVersionsInDotNetProjects.fsx).\n        * [Use of inconsistent version numbers in nuget packages of .NET projects and `#r \"nuget: ` refs of F# scripts](scripts/inconsistentNugetVersionsInDotNetProjectsAndFSharpScripts.fsx).\n\nAll in all, this is mainly documentation, and some tooling to detect bad practices.\n\nMore things to come:\n- Detect old versions of fantomas/fantomless being used.\n- Detect old versions of .editorconfig or Directory.Build.props being used.\n- Detect GitHubCI bad practices, such as:\n    * Missing important triggers such as push or pull_request, workflow_dispatch, schedule.\n    * Branch filtering on push trigger (only acceptable one is '**', otherwise '*' doesn't match to branch names with slashes in them).\n- GitHub comment auto-responder? E.g. to answer to comments that end with \"not working\" or \"doesn't work\" or \"does not work\", asking for more details.\n- wrapLatestCommitMsg.fsx script to fail for obvious requirements that can't be automated (e.g. title max length)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnblockchain%2Fconventions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnblockchain%2Fconventions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnblockchain%2Fconventions/lists"}