Skip to content

Commit f1b083b

Browse files
committed
chore: clean up unnecessary whitespace and improve formatting in copilot instructions
1 parent 93b8a01 commit f1b083b

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/copilot-instructions.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,6 @@ Salesforce is used as a platform to build and deliver applications that support
5050
The Salesforce platform is only a tiny part of the overall solution, which includes various integrations and customizations to meet the specific needs of Nav and its users.
5151
Most applications in the organization are built on the NAIS platform, running on Google Cloud Platform.
5252

53-
54-
55-
56-
57-
5853
</context>
5954

6055
## Prerequisites and tooling
@@ -89,6 +84,7 @@ Most applications in the organization are built on the NAIS platform, running on
8984
- sf scanner run --target /src
9085

9186
Prefer sfp for working with scratch pools:
87+
9288
- sfp pool fetch --targetdevhubusername <devhub-username> --alias <alias> --tag <tag> --setdefaultusername
9389
- sfp pool list --targetdevhubusername <devhub-username> --allscratchorgs
9490

@@ -131,6 +127,7 @@ export default class AccountHeader extends LightningElement {
131127
```
132128

133129
## Static analysis (Code Analyzer)
130+
134131
- Ensure the Code Analyzer plugin is installed:
135132
- `sf plugins install @salesforce/sfdx-code-analyzer`
136133
- Run analysis locally (relative path, not absolute):
@@ -171,4 +168,4 @@ export default class AccountHeader extends LightningElement {
171168
- Code Analyzer: https://developer.salesforce.com/docs/atlas.en-us.code_analyzer.meta/code_analyzer/code_analyzer_intro.htm
172169
- sfp CLI: https://docs.flxbl.io/flxbl/sfp
173170
- NAIS documentation: https://docs.nais.io/
174-
- NAIS: https://nais.io/
171+
- NAIS: https://nais.io/

0 commit comments

Comments
 (0)