File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ This is a repository that contains several useful things that other `nblockchain
66- [ Workflow guidelines] ( docs/WorkflowGuidelines.md ) .
77- Scripts that aid maintainability:
88 * [ Detection of .fsx scripts without shebang] ( scripts/shebangConvention.fsx ) .
9+ * [ Detection of .fsx files without +x attrib] ( scripts/executableConvention.fsx ) .
910 * [ F# scripts compilation] ( scripts/compileFSharpScripts.fsx ) .
1011 * [ EOF without EOL detection] ( scripts/eofConvention.fsx ) .
1112 * [ Mixed line-endings detection] ( scripts/mixedLineEndings.fsx ) .
@@ -23,6 +24,5 @@ This is a repository that contains several useful things that other `nblockchain
2324All in all, this is mainly documentation, and some tooling to detect bad practices.
2425
2526More things to come:
26- - Detect .fsx files without +x attrib.
2727- Detect old versions of FSharpLint and fantomas/fantomless being used.
2828- Detect old versions of .editorconfig or Directory.Build.props being used.
You can’t perform that action at this time.
0 commit comments