Skip to content

Commit

Permalink
chore(cspell): Add some words in ignore list
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmoysrt committed Dec 31, 2024
1 parent 9a18573 commit fe5183e
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 3 deletions.
51 changes: 50 additions & 1 deletion .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,55 @@
"isin",
"getdate",
"isnotnull",
"Balamurali"
"Balamurali",
"dpkg",
"dnsmasq",
"supervisorctl",
"llen",
"rpush",
"lrange",
"NGROK",
"Kolkata",
"aditya",
"hase",
"secho",
"KHTML",
"unscrub",
"pyngrok",
"myisam",
"unpatch",
"mkisofs",
"localds",
"volid",
"cidata",
"virsh",
"Frappeio",
"referer",
"gstin",
"tanxxxxxxkar",
"gmxxxxcom",
"faris",
"ansari",
"hrms",
"asname",
"hget",
"sonner",
"behavior",
"inplace",
"supectl",
"uncollectible"
],
"allowCompoundWords": true,
"ignorePaths": [
"dashboard/node_modules",
"**/assets",
"*.json",
"**.jinja2",
"**.service",
"**.yml",
"test_**",
"**.conf",
"requirements.txt",
"press/utils/country_timezone.py"
]
}
2 changes: 1 addition & 1 deletion backbone/hypervisor.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def build_cloud_init_linux(self):
self.shell.execute(f"cloud-localds {cloud_init_image} {cloud_init_yml}")

def build_cloud_init_mac(self):
# cloud-localds isn't availble on macOS.
# cloud-localds isn't available on macOS.
# So we do what it does ourselves
# user-data is the same as cloud-init.yml
# https://github.com/canonical/cloud-utils/blob/49e5dd7849ee3c662f3db35e857148d02e72694b/bin/cloud-localds#L168-L187
Expand Down
2 changes: 1 addition & 1 deletion press/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,7 @@ def create_agent_job(
):
"""
Check if job already exists in Undelivered, Pending, Running state
don't add new job until its gets comleted
don't add new job until its gets completed
"""

disable_agent_job_deduplication = frappe.db.get_single_value(
Expand Down

0 comments on commit fe5183e

Please sign in to comment.